Method
MovieClip.globalToLocal()
MovieClip.gotoAndPlay()
MovieClip.gotoAndStop()
MovieClip.hitTest()
MovieClip.loadMovie()
MovieClip.loadVariables()
MovieClip.localToGlobal()
MovieClip.nextFrame()
MovieClip.play()
MovieClip.prevFrame()
MovieClip.removeMovieClip()
MovieClip.setMask()
MovieClip.startDrag()
MovieClip.stop()
MovieClip.stopDrag()
MovieClip.swapDepths()
MovieClip.unloadMovie()
Drawing method summary for the MovieClip class
Method
MovieClip.beginFill()
MovieClip.beginGradientFill()
MovieClip.clear()
MovieClip.curveTo()
MovieClip.endFill()
Description
Converts Stage coordinates to the local coordinates of the
specified movie clip.
Sends the playhead to a specific frame in the movie clip and
plays the movie clip.
Sends the playhead to a specific frame in the movie clip and
stops the movie clip.
Returns
if bounding box of the specified movie clip
true
intersects the bounding box of the target movie clip.
Loads the specified SWF or JPEG file into the movie clip.
Loads variables from a URL or other location into the
movie clip.
Converts local coordinates of the movie clip to the global
Stage.
Sends the playhead to the next frame of the movie clip.
Plays the specified movie clip.
Sends the playhead to the previous frame of the movie clip.
Removes the movie clip from the Timeline if it was created with
duplicateMovieClip()
MovieClip.attachMovie()
Sets a movie clip as the mask for the specified movie clip.
Specifies a movie clip as draggable and begins dragging the
movie clip.
Stops the currently playing movie clip.
Stops the dragging of any movie clip that is being dragged.
Swaps the depth level of two movie clips.
Removes a SWF file that was loaded with
MovieClip.loadMovie()
Description
Begins drawing a fill for the specified movie clip.
Begins drawing a gradient fill for the specified movie clip.
Removes all the drawing commands associated with a movie
clip instance.
Draws a curve using the current line style.
Ends the fill specified by
MovieClip.beginGradientFill()
,
MovieClip.duplicateMovieClip()
.
.
MovieClip.beginFill()
.
MovieClip class
, or
or
555
Need help?
Do you have a question about the FLEX-FLEX ACTIONSCRIPT LANGUAGE and is the answer not in the manual?