Search tutorials
Breaking down the code
Ok, so lets start at the beggening for(i=0,i<100,i++){ This causes a hundred time loop. i=0 signifies the begenning, i<100 signifies that it loops while i is less than 100, and i++ has it increase by 1 every time it loops. Ok, the next part...» Level Intermediate |
Added: 2006-03-23 Rating: 1 Votes: 1 |
» Author |
Cornyanimation is working on his (my)first major Flash project. |
» Download |
Download the files used in this tutorial. |
Download (0 kb) |
» Forums |
More help? Search our boards for quick answers! |