AS3 Question
AS3 Question
Out of context: Reply #11
- Started
- Last post
- 17 Responses
- amullins0
you can still concatenate the name, if you wish (as stated above):
for (var i:uint = 0; i<numItems; i++) {
this["item" + i].num = i;
}
you can still concatenate the name, if you wish (as stated above):
for (var i:uint = 0; i<numItems; i++) {
this["item" + i].num = i;
}