Width; _X - MACROMEDIA FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE Reference

Flash lite 1.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Example
The following code disables the
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
58
Flash Lite Properties
movie clip when the user presses the 3 key, and enables
my_mc

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents