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

#2584 Exporting DefineSprite animations within Display Rectangle
Author:
Date created:
Type: question
Visibility: Everybody
Assigned to:
State: new Help

Hello, I've been trying for many hours to figure out how to export DefineSprite animations as they are shown in the original game. Every animation in the game is a different DefineSprite, but when I go to export the animation as a PNG sequence, it comes out as something massive, like 2500x2500. This is because multiple objects move in and out of the frame; however, I don't want anything out of frame to be shown. The game runs in a 960x640 resolution, and when I open them in the simple editor, each one shows it has a Display rect of 960x640. So, how can I get these animations to export within the Display Rectangle without having to manually crop each and every animation?
For what I understood from your description - there is no way to export that cropped. It would be better if you attached sample SWF file where this happens here so I can understand it more.