Skip to main content
Participant
November 24, 2016
Question

HTML5 Canvas to ActionScript Canvas

  • November 24, 2016
  • 1 reply
  • 546 views

I made at least four minutes of animation on a HTML5 Canvas and I don't really know how to use it, I want to change it an ActionScript Canvas that I'm use to but I don't know how.

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
November 24, 2016

canvas doesn't use actionscript.

you can use animate to create:

1. air apps that run on

a. mac and win desktops, and

b. android and ios mobiles.

2. web-hosted actionscript apps that run in

a. most desktop browsers (actionscript). 

b. canvas documents (html5) that runs in most desktop and mobile browsers.

what are you trying to achieve?