Flow Control
The following topics describe the flow control structures available
in Action Script. These structures allow a script to take methods based
on logical decisions.
FOR Loop
WHILE Loop
IF Conditional
Until Statement
Gosub and Return Statements
Call Statement
Sleep Statement
Exit Statement
Related topics
Notification Job Control
Miscellaneous Script Controls