Flash AS3 Clone, Drag & Drop
问题 I am a teacher and with the help of some of you, I managed to create very basic word game for kids where they are able to create words from letters. SWF | FLA I have, however, been unable to continue to drag and drop the letters once they have been cloned from their originals on the side of the stage. Is anyone able to advise how I might be able to add this functionality to my existing code? import flash.display.MovieClip; for (var i=1; i<27; i++) { this["object" + i].addEventListener