|
|
||||||||
|
||||||||
|
||||||||
|
|
|
| Following on from our conditionals chapter which is all about decision making we turn to loops which is about repetition in your code. You may want your application to repeatedly loop a certain part of the code. ActionScript 3 uses loop structures to achieve this.asking whether conditions are met, if the condition is met the test will evaluate to true and if the condition is not met alternative action is taken. |
| |
|
• Discuss Tutorial
• Comment On Tutorial |
• View Tutorial
• Report Broken Link |
|
|