Skip to main content
Participant
April 22, 2020
Question

Animate for HTML Games

  • April 22, 2020
  • 4 replies
  • 1562 views

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?

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

    4 replies

    JoãoCésar17023019
    Community Expert
    Community Expert
    April 23, 2020

    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

    avtutorials
    Known Participant
    April 22, 2020

    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.

     

    WVMuleAuthor
    Participant
    April 23, 2020

    Thanks.  Is there documentation on using Animate with CreateJS? 

    avtutorials
    Known Participant
    April 23, 2020

    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.