1
Is it possible to use different Scenes in a HTML5 Canvas File?
New Here
,
/t5/animate-discussions/is-it-possible-to-use-different-scenes-in-a-html5-canvas-file/td-p/12975808
May 31, 2022
May 31, 2022
Copy link to clipboard
Copied
Hi there
I want to switch between different Scenes, after clicking on a navigation button. Sadly I can't create different Scenes in one HTML5 Canvas File. Is there any other solution for this problem? Something like connect different HTML5 Canvas Files and switch between them?
Im new to this Tool and don't really know how to solve my problem. Thanks for your help.
TOPICS
ActionScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/animate-discussions/is-it-possible-to-use-different-scenes-in-a-html5-canvas-file/m-p/12976317#M354451
May 31, 2022
May 31, 2022
Copy link to clipboard
Copied
you can't use scenes in html5/canvas. that's a swf feature.
otoh, scenes don't even exist in a published swf. they're converted to keyframes on the main timeline.
ie, use keyframes on the main timeline to create your own "scene" like setup.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

