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.

#1291 Is it possible to move or rearrange image, button etc.?
Author:
abbulssa

Date created:
Type: feature
Visibility: Everybody
Assigned to:
Labels: Tag position
State: closed 

Is it possible to move or rearrange image, button etc.?
I tried..at left frame list, and Tools Timeline..
but I can't.
Please tell me.. if possibel..
Hi,
unfortunately Timeline Tool is readonly.
You can move image/button on the screen by manually modifying of the placement matrix.
Placement matrix is part if PlaceObject tags.
You can find these in the tree in "frames/frame x/PlaceObjectX".
Just select the PlaceObject tag and you should see parameters on the right side.
Press edit and in the tree, go to matrix item.
It has subitems like translateX, translateY.
It also has scale and rotate - you must check "hasScale" or "hasRotate" checkbox.
It is pretty hard to do this manually, but unfortunately, there's no other support in our
decompiler to do so.
Maybe we could implement a bit better support (for example on Timeline tool),
but it is hard for us because it's UI (or UX) thing and we are not UX designers,
I don't have any experience with implementing shapes editation or manipulating matrices
with mouse.
Is it possible to rearrange the position of an image in jpexs, I need to change the
position of an image in the swf am editing, but am not seeing how to do it pls I am
editing wr3d swf file
If you know how send me your email or Whatsapp number so I can send it to you I can't
upload anything here I don't know why
In current version (16.1.0), it is possible to move tag around tag list.
Just use right click context menu -> Move.
State: new→upgraded
Type: question→feature
Type: question→feature
State: upgraded→closed