Flash CS3 Loops: For, While and Do While
This lens has been created to help everyone learn to use Flash CS3. This Lens actually teacher the reader how to make and use Loops inside Flash CS3
Great Flash CS3 Tutorials
Lops: For, While, Do While
Links to some of the webs Great Flash CS3 Tutorials.
- Flash CS3 Tutorials, Home Page
- F2, is a website dedicated to teaching Flash CS3, You will find all kinds of Flash CS3 Tutorials
- Flash CS3 Tutorials
- List of Flash CS3 Tutorials and ActionScript 3.0 Tutorials
- Flash CS3 Tutorial, Loops
- ActionScript 3.0 Tutorial on how to Loops
Flash CS3 Tutorial on Using and Creating Loops
Loops: For, While, Do While

For Loop
The for loop is made up of three elements that have the capability to provide for a counter variable, a condition and an operation all in one line. The three elements are separated by a semicolon and contained within a set of parentheses, see example. The first element is the variable in the example the variable is i. The second element is the condition, in this example the for loop is checking to see if i is less then 10. The third and final element is the operation or counter. In the example i is increased by one every time the loop is started.
for (var i:int = 0; i< 10; i ++){
//do this
}
Flash CS3 Tutorial, , For Loop
The for loop is made up of three elements that have the capability to provide for a counter variable, a condition and an operation all in one line. The three elements are separated by a semicolon and contained within a set of parentheses, see example. The first element is the variable in the example the variable is i. The second element is the condition, in this example the for loop is checking to see if i is less then 10. The third and final element is the operation or counter. In the example i is increased by one every time the loop is started.
for (var i:int = 0; i< 10; i ++){
//do this
}
Download Flash CS3 Tutorial, Source Files In this Flash CS3 Tutorial you will find that a few simple objects have been created for you. In the Library you will see three items: container, faster_btn and slower_btn. The faster_btn and slower_btn are simply buttons that you are going to add event listeners to. The object that is slightly different is the container movie clip. This movie clip is empty at the moment but you are going to use ActionScript to put something inside of it. In this Flash CS3 Tutorial the container has already been named container1 in the linkage properties dialog box, but make sure that you remember this step.
Here are a few more great Flash Related Tutorials
Loops: For, While and Do While
Great Flash Cs3 Tutorials
Fetching RSS feed... please stand byFlash Cs3 Videos
Loops: For, While and Do While
Here are some more great Flash Cs3 Tutorials from Utube
automatically generated by YouTube"
by FrenchSquared
Gordon French is a Flash Programmer and Flash Designer. Check out My site at
Gordon French
Flash Tutorials
F2-4Kids.com.com
IT Admin
CSS How To (more)
Gordon French
Flash Tutorials
F2-4Kids.com.com
IT Admin
CSS How To (more)








