Tutorial: Using Loops In ActionScript 3.0

February 14th, 2009 by Blue Chi
Posted in Flash, Tutorials

Using Loops In ActionScript 3.0  A loop is a tool used to execute a segment of code repeatedly for a specific number of times or while 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.

blog comments powered by Disqus