Method
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()
Description
Sends the playhead to a specific frame in the movie clip and
plays the SWF file.
Sends the playhead to a specific frame in the movie clip and
stops the SWF file.
Returns
if bounding box of the specified movie clip
true
intersects the bounding box of the target movie clip.
Loads the specified SWF file into the movie clip.
Loads variables from a URL or other location into the
movie clip.
Converts a point object from the local coordinates of the
movie clip to the global Stage coordinates.
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.duplicateMovieClip()
MovieClip.attachMovie()
Specifies a movie clip as a mask for another movie clip.
Specifies a movie clip as draggable and begins dragging the
movie clip.
Stops the currently playing SWF file.
Stops the dragging of any movie clip that is being dragged.
Swaps the depth level of two SWF files.
Removes a SWF file that was loaded with
,
, or
.
loadMovie()
MovieClip class
.
483
Need help?
Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?
Questions and answers