Button._Name - MACROMEDIA FLASH MX 2004-ACTIONSCRIPT LANGUAGE Reference

Actionscript language reference
Table of Contents

Advertisement

Button._name

Availability
Flash Player 6.
Usage
.
my_btn
_name:String
Description
Property; instance name of the button specified by
Example
The following example traces all instance names of any Button instances within the current
Timeline of a SWF file.
for (i in this) {
if (this[i] instanceof Button) {
trace(this[i]._name);
}
}
.
my_btn
Button._name
141

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

This manual is also suitable for:

Flash mx

Table of Contents