Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
1

Is it possible to use different Scenes in a HTML5 Canvas File?

New Here ,
May 31, 2022 May 31, 2022

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
1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 31, 2022 May 31, 2022
LATEST

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. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines