Flash objects
Flash objects
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- lostnation0
what about a for loop to get the names:
for(mc in this){
trace(this[mc]._name);
}?
what about a for loop to get the names:
for(mc in this){
trace(this[mc]._name);
}
?