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

StartDrag HTML5, a reply please...

New Here ,
Apr 15, 2020 Apr 15, 2020

Hi,
I start in AS3 after making Flash animations in AS1. I would like to convert, in these old animations, AS1 to AS3 to convert them to HTML5.

Are the vast majority of AS3 functions, such as startDrag, for example, converted to HTML5?

I have already posted this post, no one has answered me..
Thank you for your answer.

343
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
Contributor ,
Apr 18, 2020 Apr 18, 2020

Hi J-Yves, I'm still learning HTML5/Canvas, so take this with a grain of salt: there's no automatic conversion of AS3 code to HTML5 in Adobe Animate.  If you bring in an AS3 file, the AS3 code will just get "commented out."  You'll have to redo your code.

The good news is that createjs, which is the Javascript library that Adobe Animate uses to produce a lot of "Flash-like" content, does support mouse-drag operations.

You can look at this post that I did for tomj63754343, for an example of dragging.

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
New Here ,
Apr 25, 2020 Apr 25, 2020
LATEST

Ok TY

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