flash arrays???
flash arrays???
Out of context: Reply #3
- Started
- Last post
- 11 Responses
- joyride0
yeah, it's pretty simple.
but what happens at the end?
with your current .as n is just a number.
when you play it in order eventually you'll reach the end of the array. you'll need to account for that. a simple if statement should work.var myNum:Number = 0;
n = myNum;
myNum ++;That will run the array from 0 - whatever.