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

Drag and drop game to share

New Here ,
Jul 06, 2020 Jul 06, 2020

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!

453
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
Explorer ,
Jul 06, 2020 Jul 06, 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.

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
Community Expert ,
Jul 07, 2020 Jul 07, 2020

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

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
LEGEND ,
Jul 07, 2020 Jul 07, 2020
LATEST

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

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