EasyManua.ls Logo

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT - Page 305

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...
Button.tabEnabled 305
Button._rotation
Availability
Flash Player 6.
Usage
my_btn._rotation
Description
Property; the rotation of the button, in degrees, from its original orientation. Values from
0 to 180 represent clockwise rotation; values from 0 to -180 represent counterclockwise rotation.
Values outside this range are added to or subtracted from 360 to obtain a value within the range.
For example, the statement
my_btn._rotation = 450 is the same as my_btn._rotation = 90.
See also
MovieClip._rotation
, TextField._rotation
Button._soundbuftime
Availability
Flash Player 6.
Usage
myButton._soundbuftime
Description
Property (global); an integer that specifies the number of seconds a sound prebuffers before it
starts to stream.
Note: Although you can specify this property for a Button object, it is actually a global property, and
you can specify its value simply as
_soundbuftime. For more information, see _soundbuftime.
Button.tabEnabled
Availability
Flash Player 6.
Usage
my_btn.tabEnabled
Description
Property; specifies whether my_btn is included in automatic tab ordering. It is undefined by
default.
If the
tabEnabled property is undefined or true, the object is included in automatic tab
ordering. If the tabIndex property is also set to a value, the object is included in custom tab
ordering as well. If
tabEnabled is false, the object is not included in automatic or custom tab
ordering, even if the
tabIndex property is set.
See also
Button.tabIndex
, MovieClip.tabEnabled, TextField.tabEnabled

Table of Contents

Related product manuals