M > MovieClip.stopDrag |
![]() ![]() ![]() |
MovieClip.stopDrag
Availability
Flash Player 5.
Usage
myMovieClip
.stopDrag()
Parameters
None.
Returns
Nothing.
Description
Method; ends a startDrag
method. A movie that was made draggable with the startDrag
method remains draggable until a stopDrag
method is added, or until another movie becomes draggable. Only one movie clip is draggable at a time.
See also
MovieClip._droptarget
, MovieClip.startDrag
, stopDrag
![]() ![]() ![]() |