EasyManua.ls Logo

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT - Page 499

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT
816 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
MovieClip.endFill() 499
MovieClip.enabled
Availability
Flash Player 6.
Usage
my_mc.enabled
Description
Property; a Boolean value that indicates whether a button movie clip is enabled. The default value
of
enabled is true. If enabled is set to false, the button movie clips callback methods and on
action event handlers are no longer invoked, and the Over, Down, and Up frames are disabled.
The
enabled property does not affect the Timeline of the button movie clip; if a movie clip is
playing, it continues to play. The movie clip continues to receive movie clip events (for example,
mouseDown, mouseUp, keyDown, and keyUp).
The
enabled property only governs the button-like properties of a button movie clip. You can
change the
enabled property at any time; the modified button movie clip is immediately enabled
or disabled. The
enabled property can be read out of a prototype object. If enabled is set to
false, the object is not included in automatic tab ordering.
MovieClip.endFill()
Availability
Flash Player 6.
Usage
my_mc.endFill()
Parameters
None.
Returns
Nothing.
Description
Method; applies a fill to the lines and curves added since the last call to beginFill() or
beginGradientFill(). Flash uses the fill that was specified in the previous call to beginFill()
or beginGradientFill(). If the current drawing position does not equal the previous position
specified in a
moveTo() method and a fill is defined, the path is closed with a line and then filled.

Table of Contents

Related product manuals