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

#2340 How to add Sprites
Author: user Darkblade
Date created:
Type: question
Visibility: Everybody
Assigned to:
Labels: Sprites
State: opened Help

I'm trying for a mod of a game.
admin
You can right click "sprites" folder and select "Add tag inside / DefineSprite", then select position on new tag in the SWF file. Newly created tag should appear in the tag tree. You can then right click it and select "Add tag inside / Place Object X", then you can the PlaceObject tag on right side (after pressing Edit button) and change placeFlagHasCharacter to true, then set depth and character id, which will be placed on stage in that sprite. It is pretty hard to do all this manually. There is also an option to create sprite from GIF image, just right click sprites folder and select "Add tag inside / Create sprite from GIF file..."
State: new→opened