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

#1052 Add object to existing frame
Author: user koen
Date created:
Type: feature
Visibility: Everybody
Assigned to: developer honfika
Labels: Tags
State: closed Help

I try to add a new object (PlaceObject2) to a frame of a DefineSprite. Unfortunately, there is no such thing in the context menu of the frame node. The function is implemented on the DefineSprite node ("add tag"), but using this function adds the object in a new frame. Is it possible to add an object to a specific frame?
user
This is in v.6.0.1 nightly build 869 Windows 10 Pro
user
I think this can be changed to "bug". The functionality is random: * When using it the first time it creates a new frame * When using it again, the Object2 is inserted in the last frame (even after a reload) * The frameCount of the DefineSprite is never incremented (see screen shots)
user
The screen shots
developer
It is not random, a frame is defined by a ShowFrame tag. Everything which is after the last ShowFrame tag will belong to a new frame. When you first insert a PlaceObject tag to an empty sprite, it will create a new frame, because earlier there was no frame, but you added a PlaceObject tag, which will crete a new frame. Next time when you add a new Place Object tag, it will add after the first tag, which will belong to the same frame until you add a ShowFrame tag. I'll fix the framecaount problem, and make it possible to add placeobject tags to the main timeline or into a specific frame.
Assigned:developer honfika
developer
This one should be fixed in the latest nightly: "* The frameCount of the DefineSprite is never incremented (see screen shots)"
developer
Implemented in the latest nightly build.
State: new→upgraded
developer
I close this issue due to inactivity. Please create new issue if problem still exists.
State: upgraded→closed