Drag and drop

can anyone help me.

i’m using flash mx.

on the screen will be about 3 pictures with 3 names adjacent. each picture corresponds with a name. the user will have to match the picture with the name. if he gets the correct name the picture clicks into place beside the name.
if he gets it wrong the picture clicks back to its original start position.

i can dp drag and drop and am using set properties to make picture and name correspond. the proble is how do i make the picute click back to original start position when it goes over the wrong name.

thanks for your help.

nuala
:tie: :egg:

Basically you have to use the _droptarget property of the movie clip, and the co-ordinates of each one. I’ve attached a zip file that uses drag and drop along these lines. If you look at the code inside, you should be able to see how it works. :slight_smile: