Considerations for a Longer Form Animation
I wonder if some animators can share thoughts with me as I embark on a new project. I have storyboards for a project- a story, with no intereaction- that will be maybe 7 minutes long. From what I can gather, I should make it as an AS3 project and then export it to video because HTML5 Canvas doesn't do scenes and cannot load or break apart movies into smaller parts.
I recognize that my idea is too ambitious to put on one long timeline but, if I do break it apart into different FLA files, about how big do you let these get, until you create another one to load? Is it a best practice to make each scene, no matter how short, its own FLA? In my Flash past, I used to put all my scenes in one large FLA and sometimes made different backgrounds and characters, on one Flash-Scene's timeline, to create different 'scenes' in one Flash-Scene.
If I am just going to export to video, can I ignore file size considerations? Is it foolish to just think of the end product as video, as opposed to making a SWF? Any other considerations about using Animate for this purpose, that could save me from trouble I don't see now?
I'm basing this question off of this forum post, from user kdmemory, at: https://community.adobe.com/t5/forums/postpage/board-id/animate
Let me tell you first: You shouldn't be using Scenes. Instead develop your 'scenes'as seperate fla/swffiles and load/unload them as SWF into a lead FLA document.
There is a snippet in ActionScript => Load and Unload => Click to Load/Unload SWF or Image. For a more handcoded spproach with steeper learning curve you could look into the AS3 Classes Loaderand LoaderInfo. In my AS3 past the tutorials of RepublicOfCodehave often helped me to get on with more complex AS3 subjects. So there is an introductory tutorial on Using the AS3 Loader Class.
This approach gives you smaller file sizes, easier editing through smaller units and more flexibility in setting up/combining trainings from a pool of SWFs.
The general disadvantages of Scenes are nicely summarized under How to work with scenes in Animate CC. See "Disadvantages of scenes".
