It's quite simple, calculate the distance between the two movieclips. In the first one when start dragging change the coordinates of the second with _xmouse+dist1 and _ymouse+dist2. Check out the .fla
Reply if this is helpful.
to make another movieClip follow the movieClip you are dragging you have to add a listener to the movieClip obj and that gets a little more in-depth than I have time for it's sack time for me. Yay NC
to make another movieClip follow the movieClip you are dragging you have to add a listener to the movieClip obj and that gets a little more in-depth than I have time for it's sack time for me. Yay NC
Gambyt, this thread is about dragging multiple movieclips.
What you did is dragging just one.
It took me a lot of time to understand the entire code.
Anyway, I think the ideas are pretty similar, but I have less lines of code and it's more appropriate to begginers.