MovieClip.stopDrag( ) Method | Flash 5 |
end a drag operation in progress |
The MovieClip.stopDrag( ) method is an alternative to the global stopDrag( ) function. However, there is no need to use the MovieClip method form; stopDrag( ) cancels any drag operation in progress, whether invoked through a movie clip or as a global function.
MovieClip.startDrag( ), stopDrag( )