case
Top  Previous  Next


SWiSH Player Support
SWF4 or later - Supported Internally

Syntax
case expression: statements

Arguments
expression Any expression.

statements Any statements.

Returns
Nothing.

Description
Keyword; used to define a condition for the switch action. The statements will be executed only if the expression strictly equals the expression argument of the switch action.