Flash Lite 1.x ActionScript Language Reference |
|
|
|
| Flash Lite Statements | |||
This section describes the syntax and use of Adobe's Macromedia Flash Lite 1.x ActionScript statements, which are language elements that perform or specify an action. The statements are summarized in the following table:
|
Statement |
Description |
|---|---|
|
Instructs Flash Lite to skip the rest of the loop body, stop the looping action, and execute the statement following the loop statement. |
|
|
Defines a condition for the |
|
|
Jumps past all remaining statements in the innermost loop and starts the next iteration of the loop as if control had passed normally through to the end of the loop. |
|
|
Executes the statements, and then evaluates the condition in a loop for as long as the condition is |
|
|
Specifies the statements to run if the condition in the |
|
|
Evaluates a condition and specifies the statements to run if the condition in the initial |
|
|
Evaluates the |
|
|
Evaluates a condition to determine the next action in a SWF file. If the condition is |
|
|
Similar to the |
|
|
Tests an expression and runs a statement or series of statements repeatedly in a loop as long as the expression is |
|
|
|
|