i want to create variables in a loop, so that instaed of saying:
I want the "1" in "var1" to be a variable.
In flash it would be something like:
...I'm just looking for the director equivelant. thanks!
Code:
var1= "something"
I want the "1" in "var1" to be a variable.
In flash it would be something like:
Code:
_root["var"+variable]= "something"
...I'm just looking for the director equivelant. thanks!