58
Flash Lite Properties
Example
The following code disables the
my_mc
movie clip when the user presses the 3 key, and enables
it when the user presses the 4 key:
on(keyPress "3") {
my_mc:_visible = 0;
}
on(keyPress "4") {
my_mc:_visible = 1;
}
_width
Availability
Flash Lite 1.0.
Usage
my_mc
:_width
Description
Property; the width of the movie clip, in pixels.
Example
The following example sets the width properties of a movie clip when the user presses the
5 key:
on(keyPress "5") {
my_mc:_width = 10;
}
_x
Availability
Flash Lite 1.0.
Usage
my_mc
:_x
Summary of Contents for FLASH 8-FLASH
Page 1: ...Flash Lite 1 x ActionScript Language Reference...
Page 6: ...6 Contents...
Page 46: ...46 Flash Lite Global Functions...
Page 62: ...62 Flash Lite Properties...
Page 76: ...76 Flash Lite Statements...
Page 110: ...110 Flash Lite Operators...
Page 162: ...162 Index...