MovieClip.stopDrag()

Availability

Flash Player 5.

Usage

my_mc.stopDrag()

Parameters

None.

Returns

Nothing.

Description

Method; ends a MovieClip.startDrag() method. A movie clip that was made draggable with that method remains draggable until a stopDrag() method is added, or until another movie clip becomes draggable. Only one movie clip is draggable at a time.

See also

MovieClip._droptarget, MovieClip.startDrag(), stopDrag()