Flash Video Player

Actionscript 3 loops

by admin on October 15, 2007 · 0 comments

in Basic Actionscript 3, Flash CS3, Tutorials

Tutorial 3 – the loops

Now that we saw what are Arrays and how to use them I carry on with the next step of the basics of Actionscript 3.0.
In this article we will see what are the loops, the use of them, the different types of loop and how to use them.
Besides, the loops allow us to go through every element of an Array using the variable of control of the loop as index of the Array.

The loops are blocks of code that are repeatedly performed up to when a certain condition (called condition of loop) has a true value, meaning the condition is right.
Actionscript 3.0 has 5 types of loop available…

Read more

Share This Post

Related posts

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="">

Older post: Monthly Calendar

Newer post: Trail effect