break
Top  Previous  Next


SWiSH Player Support
SWF4 or later - Supported Internally

Syntax
break

Arguments
None.

Returns
Nothing.

Description
Action; used within a conditional loop or within a block of statements associated with a particular case in a switch action. When used within a loop, the break action tells the script to abort the loop and execute the statement immediately following the loop. When used within a switch action, the break action tells the script to skip the remaining statements in that case and jump to the next statement after the enclosing switch action.

Note: Within SWiSH, the break action cannot be used to break out of a with or tellTarget action.