JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : We have got a new blog where we post some interesting SWF internals info.

Error: Please login first to download files from the Issue Tracker. You can register for free.
List of issuesList of issues

#2023 Sprite works perfectly in preview, but when added in game its stuck on the first frame
Date created:
Type: question
Visibility: Everybody
Assigned to:
State: closed Help

Really confused here. I replaced the shapes of an already existing sprite with my own shapes, it works perfectly in preview but when in game its stuck on the first frame. Would appreciate any help!
Downloadmedia4a.png (59 KiB)Downloadmedia5a.png (174 KiB)
Please attach the SWF file that you are trying to modify, otherwise JPEXS probably won't be able to help you.
Sorry for late response but I fixed it, I made a mistake on my end. PlaceObject2 tag must be used, I mistakenly used the PlaceObject tag instead. And all frames (excluding first one) must have PlaceFlagHasMove and PlaceFlagHasCharacter as YES. Depth must be same number on all frames too.
State: new→closed
Type: bug→question