Flash Question
Flash Question
Out of context: Reply #5
- Started
- Last post
- 6 Responses
- jpea0
or something that took me a while to figure out, was referencing instance names within a loop:
for (i=0; i<6; i++){
myHolder['clip'+i]._x = xpos // would be myHolder.clip0, myHolder.clip1, etc...
}