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

Animate for HTML Games

New Here ,
Apr 22, 2020 Apr 22, 2020

Copy link to clipboard

Copied

Is Animate suitable for game development?  If so what scripting language is recommended?  I've been charged with converting Flash games - a matching game, quiz game and a drag and drop frame - to HTML and I don't know where to start? Any hints?

Views

854

Translate

Translate

Report

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 22, 2020 Apr 22, 2020

Copy link to clipboard

Copied

Hi WVMule, when you start Animate, you'll launch either a Flash project (.SWF) or an HTML5 Canvas (Javascript) project.  The .SWF method is being killed by the end of 2020.  Unless someone can correct me, you have no choice but to use the HTML5 Canvas (Javascript) method.

Where to start?  Follow this game-creating tutorial.

To enable most (but not all) Flash-like capabilities, the CreateJS suite is made available in the Animate IDE.

The basics of Javascript are taught here.

 

Votes

Translate

Translate

Report

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 22, 2020 Apr 22, 2020

Copy link to clipboard

Copied

Thanks.  Is there documentation on using Animate with CreateJS? 

Votes

Translate

Translate

Report

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 23, 2020 Apr 23, 2020

Copy link to clipboard

Copied

Not that I'm aware of -- most of what I've done has been the result of searching forums and finding answers that way.  But, the tutorial above will be a good start.

Votes

Translate

Translate

Report

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 ,
Apr 23, 2020 Apr 23, 2020

Copy link to clipboard

Copied

LATEST

Hi.

 

Just wanna to add that besides using HTML5 it's still possible to create games and apps for Windows, Mac OS, Android, and iOS coding in AS3 and targeting the Adobe/Harman AIR runtime.

 

And adding to the HTML5 suggestions:

- The official help has lot of articles, tutorials, and examples: https://helpx.adobe.com/support/animate.html;

- Animate CC also ships with great learning content. Just go to the start screen and select the LEARN option in the top-left corner of the screen;

- LinkedIn Learning has some great video courses (special mention to Joseph Labrecque): https://www.linkedin.com/learning/;

- Pluralsight also have some great video courses: https://www.pluralsight.com/;

- General tips and tricks in the comment that starts with "Excellent!";

- Official demos developed by the CreateJS team: https://github.com/CreateJS/AdobeAnimateDemo;

- Official Flappy Bird clone tutorial: https://theblog.adobe.com/building-a-html5-flappy-bird-game-clone-with-adobe-animate-cc/ ;

- Martin Melendez's YouTube channel;

- My repo on GitHub that contains the source codes and files of some games and other stuff;

- I also have a YouTube channel that you may find useful.

 

I hope these help.

 

 

Regards,

JC

Votes

Translate

Translate

Report

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