Drag and Drop!URGENT

Hi all,
I have a question…
I want to make a Drag and Drop movie, that the picture will disappear when I drop it in another picture. For example if I have a bag and I want to put many items in it. I have tried to do that and I have created movies and then buttons inside the movies, but I have problems with the script :q: , I mean even if I add scripts to it, the items do not disappear!!Plz help …

Thanks in advance

for whatever movieclip you are trying to make dissappear (ill say ‘mc’ in this example) you can use

mc.swapDepths(0)
mc.removeMovieClip()

and make the movieclip mc dissappear. Note: this removes the movieclip completely. You might want to instead make it invisible:

mc._visible = false

Thanks a lot:nerd: :sure: :nerd: :sure: