Create scenes like in adobe animate

Has this feature been suggested before?
Nope no one had suggested this.

Is your feature request related to a problem? Please describe.
Im having issues when I create big games that they get unorginized and cluttred fast. And if we had this feature we could make it easier to keep our projects cleaner.

Describe the solution you’d like
Adding the scene feature like adobe animate

Image/Video Explanation
In adobe animate there is a menu you can open that lets you create a scene. Each scene is a new timeline.
Say if you make 2 scenes after all the frames in the first scene are completed, the second one plays.
image

4 Likes

That should be something good to have. Definitely. : )

You could also emulate something similar (as a workaround) by making the main root frames your scenes. Example:
Frame1 = Scene1, Frame2 = Scene2, …, FrameN = SceneN, …

image

In each frame create a clip as a scene container… you might need to do some axis transformations in some cases, but It should work… Inside the containers you would have the frames for each scene…

image

I never thought of that! I’m going to try that.

1 Like

You may need to add logic in each scene frame, like stop(). Then if you want th scene 2 to start automatically after the scene 1, you would also need to add that logic at the end of the child scene.

that would be useful
I hope that with scenes there will be also some sort of customizable loader with loading methods and events
in flash you could set a first simple scene as loading animation while waiting for the main content