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.

Author:
Somebody0977

Date created:
Type: question
Visibility: Everybody
Assigned to:
State: closed 

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!


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
Type: bug→question