mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 22:40:49 +00:00
AS1/2 direct editing
ifFrameLoaded function
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user