I have a movie clip that the user-can drag onto the grid-and move around the grid. But, I want the user to be able to drag onto the grid as many of the item as he/she wants to-so probably the best way to do it is to duplicateMovieClip on the fly-but then how do I keep track of them-and give each one their own name, onclick event...?
til now I have an array with 10 copies of the same movieclip-I'm sure there is a more efficient way to do it with duplicatemovieClip-but I'm not sure how-any ideas?
thank you
til now I have an array with 10 copies of the same movieclip-I'm sure there is a more efficient way to do it with duplicatemovieClip-but I'm not sure how-any ideas?
thank you