User Guide
MovieClip 825
localToGlobal(pt:Obj
ect) : Void
Converts the pt object from the movie clip's (local)
coordinates to the Stage (global) coordinates.
moveTo(x:Number,
y:Number) : Void
Moves the current drawing position to (x, y).
nextFrame() : Void Sends the playhead to the next frame and stops it.
play() : Void Moves the playhead in the timeline of the movie clip.
prevFrame() : Void Sends the playhead to the previous frame and stops it.
removeMovieClip() :
Void
Removes a movie clip instance created with
duplicateMovieClip(),
MovieClip.duplicateMovieClip(),
MovieClip.createEmptyMovieClip(), or
MovieClip.attachMovie().
setMask(mc:Object) :
Void
Makes the movie clip in the parameter mc a mask that
reveals the calling movie clip.
startDrag([lockCente
r:Boolean],
[left:Number],
[top:Number],
[right:Number],
[bottom:Number]) :
Void
Lets the user drag the specified movie clip.
stop() : Void Stops the movie clip that is currently playing.
stopDrag() : Void Ends a MovieClip.startDrag() method.
swapDepths(target:Ob
ject) : Void
Swaps the stacking, or depth level (z-order), of this
movie clip with the movie clip that is specified by the
target parameter, or with the movie clip that currently
occupies the depth level that is specified in the target
parameter.
unloadMovie() : Void Removes the contents of a movie clip instance.
Modifiers Signature Description