Convert AS3 to AS2?
I completed a Flash drag and drop tutorial at http://monkeyflash.com/tutorials/flash-drag-and-drop.
I've made my own images and applied the scripting from the tutorial to my own drag and drop mini game. I want to embed the mini game in a PowerPoint 2007 presentation and then publish the presentation using Adobe Presenter 7.
The mini game I created doesn't work in the presentation published by Presenter 7 because the viewer.swf generated by Presenter is in ActionScript 2.0, while the mini game SWF is scripted in ActionScript 3.0.
How can I convert the script used in my mini game to ActionScript 2.0?
Thanks!
