mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 07:11:04 +00:00
allow to create swf from code only / export SWF to "Java code", which generates the SWF
This commit is contained in:
@@ -142,7 +142,7 @@ public class TimelineBodyPanel extends JPanel implements MouseListener, KeyListe
|
||||
flPrev = timeLine.getFrames().get(f - 1).layers.get(d);
|
||||
}
|
||||
|
||||
CharacterTag cht = fl == null ? null : timeLine.swf.characters.get(fl.characterId);
|
||||
CharacterTag cht = fl == null ? null : timeLine.swf.getCharacter(fl.characterId);
|
||||
boolean shapeTween = cht != null && (cht instanceof MorphShapeTag);
|
||||
boolean motionTweenStart = (!motionTween) && (flNext != null && flNext.motionTween);
|
||||
boolean motionTweenEnd = (!motionTween) && (flPrev != null && flPrev.motionTween);
|
||||
|
||||
Reference in New Issue
Block a user