Drawing method summary for the MovieClip class
Method
MovieClip.beginFill()
MovieClip.beginGradientFill()
MovieClip.clear()
MovieClip.curveTo()
MovieClip.endFill()
MovieClip.lineStyle()
MovieClip.lineTo()
MovieClip.moveTo()
Property summary for the MovieClip class
Property
MovieClip._alpha
MovieClip._currentframe
MovieClip._droptarget
MovieClip.enabled
MovieClip.focusEnabled
MovieClip._focusrect
MovieClip._framesloaded
MovieClip._height
MovieClip.hitArea
MovieClip._highquality
MovieClip.menu
MovieClip._name
MovieClip._parent
MovieClip._rotation
MovieClip._soundbuftime
MovieClip.tabChildren
484
Chapter 12: ActionScript Dictionary
Description
Begins drawing a fill on the Stage.
Begins drawing a gradient fill on the Stage.
Removes all the drawing commands associated with a movie
clip instance.
Draws a curve using the latest line style.
Ends the fill specified by
Defines the stroke of lines created with the
methods.
curveTo()
Draws a line using the current line style.
Moves the current drawing position to specified coordinates.
Description
The transparency value of a movie clip instance.
The frame number in which the playhead is currently located.
The absolute path in slash syntax notation of the movie clip
instance on which a draggable movie clip was dropped.
Indicates whether a button movie clip is enabled.
Enables a movie clip to receive focus.
Indicates whether a focused movie clip has a yellow rectangle
around it.
The number of frames that have been loaded from a streaming
SWF file.
The height of a movie clip instance, in pixels.
Designates another movie clip to serve as the hit area for a
button movie clip.
Sets the rendering quality of a SWF file.
Associates a ContextMenu object with a movie clip.
The instance name of a movie clip instance.
A reference to the movie clip that encloses the movie clip.
The degree of rotation of a movie clip instance.
The number of seconds before a sound starts to stream.
Indicates whether the children of a movie clip are included in
automatic tab ordering.
or
beginFill()
beginGradientFill()
lineTo()
.
and
Need help?
Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?