else
Top  Previous  Next


SWiSH Player Support
SWF4 or later - Supported Internally

Syntax
else {...statement(s)...}

Arguments
condition: A boolean 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
Action: Specifies the statements to run if the condition in the if statement returns false.

Note: any given if conditional may only contain a single else action.

See also
if; else if