Advertisement |
A loop is a tool used to
execute a segment of code repeatedly for a specific number of
times orwhile a certain condition is satisfied. Using
a loop saves time and effort as the
same code will not have to be typed multiple times for it to
be executed repeatedly.
This tutorial will teach you the basic usage of the five types of loops
available for use in ActionScript 3.0.
This tutorial is divided into the following
sections:
0 comments: