AS3: declaring variables in a for loop
AS3: declaring variables in a for loop
Out of context: Reply #14
- Started
- Last post
- 23 Responses
- instrmntl0
for( var i:uint = 1; i < = 7; i++ )
{
private var breastfeedingMaggieGyllenhall:Ma... = this["MainBtn" + i + "_mc"];
breastfeedingMaggieGyllenhall.wh...
}