De-I > else

else

Syntax

else {statement(s)};

Arguments

statement(s) An alternative series of statements to run if the condition specified in the if statement is false.

Description

Action; specifies the actions, clauses, arguments, or other conditional to run if the initial if statement returns false.

Player

Flash 4 or later.

See also

if