_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;
}