You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attaching both a FLA and an accompanying SWF files (link) with a broken animation that used to be played correctly in OpenFL 8.9.6 but is not in OpenFL 9.0.2. There is a movieclip in the FLA file, which is exported to ActionScript as assets.Animation. In order to reproduce the bug, just import the movieclip and execute the following code:
addChild (new assets.Animation ());
Closer to the end of this animation, the animation pieces lump together in the upper left corner of the movieclip, which is wrong.
The text was updated successfully, but these errors were encountered:
I'm attaching both a FLA and an accompanying SWF files (link) with a broken animation that used to be played correctly in OpenFL 8.9.6 but is not in OpenFL 9.0.2. There is a movieclip in the FLA file, which is exported to ActionScript as assets.Animation. In order to reproduce the bug, just import the movieclip and execute the following code:
addChild (new assets.Animation ());
Closer to the end of this animation, the animation pieces lump together in the upper left corner of the movieclip, which is wrong.
The text was updated successfully, but these errors were encountered: