EasyManua.ls Logo

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT - Page 375

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT
816 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
else if 375
else
Availability
Flash Player 4.
Usage
if (condition){
statement(s);
} else (condition){
statement(s);
}
Parameters
condition
An expression that evaluates to true or false.
statement(s) An alternative series of statements to run if the condition specified in the if
statement is
false.
Returns
Nothing.
Description
Statement; specifies the statements to run if the condition in the if statement returns false.
See also
if
else if
Availability
Flash Player 4.
Usage
if (condition){
statement(s);
} else if (condition){
statement(s);
}
Parameters
condition
An expression that evaluates to true or false.
statement(s) An alternative series of statements to run if the condition specified in the if
statement is false.
Returns
Nothing.

Table of Contents

Related product manuals