Flash Lite 1.x ActionScript Language Reference |
|
|
|
| Flash Lite Properties > _width | |||
Flash Lite 1.0.
my_mc:_width
Property; the width of the movie clip, in pixels.
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;}
|
|
|
|