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 issues#2087 Show/Mix text component in swf file
Author: Intelparcel11
Date created:
Type: other
Visibility: Everybody
Assigned to:
State: opened
So i have this game file, i looked at the text section and i realized that many of the
text or "definetext" is not showing in the game(maybe the game creator doesn't want to
show those), looking at the "timeline" tool i discovered that at some part all those
hidden text just like frame-to-frame or "sitting-to-each-other", it's just messed up
Not really related to JPEXS but is there any way i can make those hidden texts shown in
the game? And also is there any way i can like...sort those messy text to the its right
frame?
I can't find any answer on the internet, so maybe i can find some hope there
The timeline shows frames without any scripts executed.
ActionScript can contain gotoFrame commands, stop, etc.
If you see something in timeline tool, this does not neccessarily mean that it will be
visible this way in the game. We cannot execute ActionScript.
You can view DefineSprite 770 to view these frames.
I think these text really are in the game, you just need to execute some specific action.
I cannot tell you how to show these texts in the game, sorry...
State: new→opened