offline
alsage
132 posts
Nomad
So I have this piece of code here
for (var i:int=0; i<buttonsArray.length; i++)
and I am just curiouse if the "i" is just a variable and can it be changed to something like "a"
I am asking this question to get a better understanding of the code