Hi All, i have an ultimate newbie dumb A33 question…i am trying to replicate a Trashcan (like desktop computer).
basically, I can duplicate movies no problem on stage, and drag around. I then want to be able to drag any of them into the virtual “trashcan” mc, and unload just that replicated mc, leaving the others.
ie, I duplicate the “box” 4 times. I decide I want only 3, therefore i drag one into the “trashcan”.
First of all, use the “startDrag” and “stopDrag” actions, and then use a hitTest action to determine when the dragging MC is over the trashcan. You can use an " if" with the hitTest to determine this, and then “on(release)” to drop the “trash” into the can.
This “on(release)” would be followed by something like
_root.trash_mc._visible=false
Is that OK, not very clear, but hope you get the basic idea.