Tutorial 3 – the loops
Now that we saw what are Arrays and how to use them I carry on with the next step of the basics of Actionscript 3.0.
In this article we will see what are the loops, the use of them, the different types of loop and how to use them.
Besides, the loops allow us to go through every element of an Array using the variable of control of the loop as index of the Array.
The loops are blocks of code that are repeatedly performed up to when a certain condition (called condition of loop) has a true value, meaning the condition is right.
Actionscript 3.0 has 5 types of loop available…










{ 0 comments… add one now }