Skip to main content
Line
Inspiring
October 29, 2020
Question

What is the programing language I'm editing in when make an HTML5 Canvas file in Animate?

  • October 29, 2020
  • 1 reply
  • 131 views

What is the programing language I'm editing in when make an HTML5 Canvas file in Animate?

 

Is this ActionScript 3.0 or something else?

 

Line

This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

Legend
October 29, 2020

The entire point of HTML5 Canvas documents, unlike SWFs, is that they don't rely on a browser plugin. That means they can only do what browsers themselves can natively do. So that means they use the only language browsers can use: JavaScript.

 

https://helpx.adobe.com/animate/kb/as-to-html5.html