Chapter 3: Flash Lite Statements - MACROMEDIA FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE Reference

Flash lite 1.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

CHAPTER 3
Flash Lite Statements
This section describes the syntax and use of the 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
break
Instructs Flash Lite to skip the rest of the loop body, stop the looping
action, and execute the statement following the loop statement.
case
Defines a condition for the
statements
follows the
switch
continue
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.
do..while
Executes the statements, and then evaluates the condition in a loop
for as long as the condition is
else
Specifies the statements to run if the condition in the
evaluates to
else if
Evaluates a condition and specifies the statements to run if the
condition in the initial
for
Evaluates the
looping sequence by which, as long as the
true
if
Evaluates a condition to determine the next action in a SWF file. If the
condition is
condition inside curly braces (
skips the statements inside the curly braces and runs the statements
following the braces.
switch
parameter execute if the
keyword equals the
case
statement.
false.
statement returns a
if
(initialize) expression once, and then begins a
init
,
is executed, and the next expression is evaluated.
statement
, Flash Lite runs the statements that follow the
true
statement. The statements in the
parameter that
expression
parameter of the
expression
.
true
if
value.
false
evaluates to
condition
). If the condition is
{}
false
3
statement
, Flash Lite
63

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents