Flash Player 4.
stopDrag()
None.
Nothing.
Action; stops the current drag operation.
This statement stops the drag action on the instance my_mc when the user releases the mouse button:
on(press) {
startDrag("my_mc");
}
on(release) {
stopdrag();
}