Skip to main content
Participant
July 6, 2020
Question

Drag and drop game to share

  • July 6, 2020
  • 3 replies
  • 496 views

Hi - Im trying to create a drag and drop game to share for training purposes with co-workers. I have a stage base and coded the symbols to drag and drop, but I am struggling with the format : what is the right way to go to create something that is "shareable" and doesnt lose its interactivity? If I convert to .exe, the tests I ve sent out wont open if the person doesnt have adobe Air, I cant embed in an email, Im stuck and lost! Have watched and read countless tutorials and forums, cant seem to find an answer anywhere! Help!

    This topic has been closed for replies.

    3 replies

    avid_body16B8
    Legend
    July 7, 2020

    I made a small html5 sample a while ago. here is he link.

     

    https://drive.google.com/file/d/1JV1J-WyAUPsNUdm54Zopybuo0tWoLP_7/view?usp=sharing

    Community Expert
    July 7, 2020

    Here is a tutorial on how to write the code for drag and drop in animate using HTML5 Canvas.

    Gooneybird12
    Participating Frequently
    July 6, 2020

    I suggest using the HTML5 Canvas output for an easy-to-share format. Any Actionscript code would need to be rewritten as Javascript, however.