If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : You can now close your own issues and reopen them later if needed. You can also comment closed issues.
List of issues#2684 Isolating sprites and pushing only modifications to original sprite
Author:
SANOR
SANORDate created:
Type: question
Visibility: Everybody
Assigned to:
State: new 

Hello everyone. I'm trying to isolate a sprite and its dependencies into a singular .swf
and edit it from there since JPEXS naturally becomes slow when handling big .swf files.
However, I'm yet to find a way to replace the sprite of the original .swf file with the
one from the isolated .swf file.
I tried exporting and importing SWF XMLs, but it replaces absolutely everything instead of
replacing what changed and keeping everything from before.
I also tried copying and pasting the main sprite back and forth, but no changes are seen
when replacing the original sprite with the character tag of the newly pasted sprite.
Is there a way to isolate a sprite and its dependencies and make changes to it
independently from the main .swf and then only push what changed into the main .swf while
keeping everything else the same?
Thanks, and sorry for the trouble.