Hmmm… 2 weeks of planning and developing my offline app and I’ve bumped into another issue with seemingly no solution…
The flash has 3 movie clips at _root and one of the movie clips has a further 3 movie clips and one of those movie clips has upto 20 movie clips. I have been trying to drag one of the 20 movie clips onto a different movie on _root with very little success!
I’m trying to do a “shadow” style drag and drop where a new clip that looks like the original but is faded is dragged but I can’t seem to figure out a way to duplicate the original movieclip. All the data needed to recreate the original has been stored in variables so I’m guessing it would be possible to recreate the movieclip but the problem is that it uses external images and I’m not too sure how to pass the focus from the original movieclip to the “dragClip” so that dragClip can recieve an onRelease event.
Any ideas?