In this lesson we will learn how to create a script that will execute repeatedly until it is told to stop. ActionScripting is a potent way to control your flash movies, but writing new code for every object is time-consuming. The solution to this problem is writing loops to reuse our code.