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.

List of issuesList of issues

#2463 Sprites not becoming gifs once exported
Author:
Date created:
Type: feature
Visibility: Everybody
Assigned to:
State: upgraded Help

I'm trying to export animated sprites from a game, but once they are exported, they are simply just the first frame. It didn't use to do this before.
This Sprite probably has only single frame and animated subsprites. Usually there is another sprite placed on stage on its frame. You need to go to original sprite and export that. I can navigate you more if you attach your SWF file.
Downloadframes.swf (22 KiB)
Hmm, unfortunately, this kind of animation cannot be exported as GIF with exact frame number. There are subsprite animations and each subsprite has a different number of frames - the wheels, the smoke,... If there was only 1 subsprite on frame 1, then you can go to the subsprite and export it, but that is not this case. We could implement some kind of "single frame with subsprites export" where you would specify of how many GIF frames to generate and that can generate a GIF, but it won't be a correctly repeating GIF - the last frame would not match the first frame to continue animation. Are you interested in such kind of feature?
State: new→opened
Type: bug→question
I would, yes, and thank you for the help.
It is implemented in nightly 3182. You should right click the first frame and select "Export subsprite animation", then you enter the length - number of frames to export.
State: opened→upgraded
Type: question→feature