Modifiers
Signature
localToGlobal(pt:Obj
ect) : Void
moveTo(x:Number,
y:Number) : Void
nextFrame() : Void
play() : Void
prevFrame() : Void
removeMovieClip() :
Void
setMask(mc:Object) :
Void
startDrag([lockCente
r:Boolean],
[left:Number],
[top:Number],
[right:Number],
[bottom:Number]) :
Void
stop() : Void
stopDrag() : Void
swapDepths(target:Ob
ject) : Void
unloadMovie() : Void
Description
Converts the pt object from the movie clip's (local)
coordinates to the Stage (global) coordinates.
Moves the current drawing position to (x, y).
Sends the playhead to the next frame and stops it.
Moves the playhead in the timeline of the movie clip.
Sends the playhead to the previous frame and stops it.
Removes a movie clip instance created with
duplicateMovieClip(),
MovieClip.duplicateMovieClip(),
MovieClip.createEmptyMovieClip(), or
MovieClip.attachMovie().
Makes the movie clip in the parameter mc a mask that
reveals the calling movie clip.
Lets the user drag the specified movie clip.
Stops the movie clip that is currently playing.
Ends a MovieClip.startDrag() method.
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.
Removes the contents of a movie clip instance.
MovieClip
825
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?