Skip to main content
Participant
December 14, 2020
Question

Actionscript to HTML5

  • December 14, 2020
  • 2 replies
  • 293 views

I'm just curious if and when Animate will be updated to allow the user to do everything in HTML5 format as you can using ActionScript3.0. For a specific example, why can't you code an action to go to a different scene and play? Why, when I convert my ActionScript3.0 file to HTML5, does it break all the scenes apart into their own file?

 

Is there another way to go about linking "pages" without splitting them into different scenes?

    This topic has been closed for replies.

    2 replies

    Legend
    December 15, 2020

    "I'm just curious if and when Animate will be updated to allow the user to do everything in HTML5 format as you can using ActionScript3.0"

     

    Literally never.

    Joseph Labrecque
    Community Expert
    Community Expert
    December 15, 2020

    HTML5 Canvas doesn't have the concept of scenes but the newer (beta) WebGL formats do. 

    Remember that HTML is a different platform, in many ways inferior ton what we had with "Flash" and we just have to find ways around the limitations that exist.