![]() ![]() | |
Flash Player 4.
stopDrag()
None.
Nothing.
Function; stops the current drag operation.
This code stops the drag action on the instance my_mc when the user releases the mouse button:
on(press) {
startDrag("my_mc");
}
on(release) {
stopdrag();
}
MovieClip._droptarget, MovieClip.stopDrag(), startDrag()
![]() ![]() | |