I have a working draggable movieclip called “copy” which is inside another movieclip called “copymask”. The “copymask” movieclip contains a mask so to only make part of “copy” clip’s content viewable.
The drag (onpress) and drop (onrelease) commands work as long as the cursor is within the masked space. But if the user drags and releases the “copy” clip beyond the masked space, the clip sticks to the cursor.
I would like the “copy” clip to stop dragging onRelease at any moment, masked and in the unmasked area. Is there a way to do this?