Beginning Flash and ActionScript Game Programming Part 5: Basic Programming Concepts-Loops
In the previous section, we learned about conditionals, which allow us to make choices in programming. In this section, we’ll look at using loops to repeat actions multiple times, and save time.