How do I get an attached movie to drag with its parent & not move independently.
Hi there, I was hoping someone can help me.
I would like to attach (using A3) a movie clip to a draggable movie clip. I has set up a movie clip using startDrag() – all works fine. But I would like to be able to dynamically place a movie clip inside it so that it too drags. I’ve got it to partly work – you can drag the original movie clip around and the attached movie clip (using aadChild) moves too. But if I grab the attached movie clip instead of the original clip it moves independently.
Is there a way of getting a movie clip inside the draggable movie clip and have it fixed in place and not move if you happen to attempt to drag it.
Cheers