Break Statement - MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Statement
public
return
set
set variable
static
super
switch
throw
try..catch..finally
var
while
with

break statement

break
Appears within a loop (
associated with a particular case within a
statement instructs Flash to skip the rest of the loop body, stop the looping action, and
execute the statement following the loop statement. When used in a
statement instructs Flash to skip the rest of the statements in that
first statement following the enclosing
In nested loops, the
break
break out of the entire series of nested loops. For breaking out of an entire series of nested
loops, see
try..catch..finally
Availability: ActionScript 1.0; Flash Lite 1.0
180
ActionScript language elements
Description
Specifies that a variable or function is available to any caller.
Specifies the value returned by a function.
Permits implicit setting of properties associated with objects based
on classes you have defined in external class files.
Assigns a value to a variable.
Specifies that a variable or function is created only once per class
rather than being created in every object based on that class.
Invokes the superclass' version of a method or constructor.
Creates a branching structure for ActionScript statements.
Generates, or throws , an error that can be handled, or caught , by a
catch{} code block.
Enclose a block of code in which an error can occur, and then
respond to the error.
Used to declare local or Timeline variables.
Evaluates a condition and if the condition evaluates to true , runs a
statement or series of statements before looping back to evaluate the
condition again.
Lets you specify an object (such as a movie clip) with the object
parameter and evaluate expressions and actions inside that object
with the statement(s) parameter.
,
,
for
for..in
do..while
switch
switch
statement only skips the rest of the immediate loop and does not
.
or
) or within a block of statements
while
statement. When used in a loop, the
case
statement.
break
, the
switch
break
block and jump to the

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Table of Contents