AS1/2 direct editing

ifFrameLoaded function
This commit is contained in:
Jindra Pet��k
2013-04-15 19:07:16 +02:00
parent bb0a1a49bd
commit f85f2cca27
22 changed files with 2246 additions and 1142 deletions
@@ -33,6 +33,11 @@ public class ActionGotoFrame extends Action {
public int frame;
public ActionGotoFrame(int frame) {
super(0x81, 2);
this.frame = frame;
}
public ActionGotoFrame(SWFInputStream sis) throws IOException {
super(0x81, 2);
frame = sis.readUI16();