MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference page 129

Actionscript 2.0 language reference
Table of Contents

Advertisement

Operator
/*..*/
(block
comment
delimiter)
, (comma)
add
(concatenation
(strings))
?: (conditional)
-- (decrement)
/ (division)
/=
(division
assignment)
. (dot)
== (equality)
eq
(equality
(strings))
>
(greater
than)
gt
(greater than
(strings))
>=
(greater than or
equal
to)
ge
(greater than or
equal to
(strings))
Description
Indicates one or more lines of script comments.
Evaluates expression1 , then expression2 , and so on.
Deprecated since Flash Player 5. Macromedia recommends that you
use the add (+) operator when creating content for Flash Player 5 or
later. This operator is not supported in Flash Player 8 or later.
Concatenates two or more strings.
Instructs Flash to evaluate expression1 , and if the value of
expression1 is true , it returns the value of expression2 ; otherwise
it returns the value of expression3.
A pre-decrement and post-decrement unary operator that subtracts 1
from the expression.
Divides expression1 by expression2.
Assigns expression1 the value of expression1 / expression2.
Used to navigate movie clip hierarchies to access nested (child)
movie clips, variables, or properties.
Tests two expressions for equality.
Deprecated since Flash Player 5. This operator was deprecated in
favor of the == (equality) operator.
Returns true if the string representation of expression1 is equal to
the string representation of expression2, false otherwise.
Compares two expressions and determines whether expression1 is
greater than expression2; if it is, the operator returns true.
Deprecated since Flash Player 5. This operator was deprecated in
favor of the > (greater than) operator.
Compares the string representation of expression1 with the string
representation of expression2 and returns true if expression1 is
greater than expression2, false otherwise.
Compares two expressions and determines whether expression1 is
greater than or equal to expression2 (true) or expression1 is less
than expression2 (false).
Deprecated since Flash Player 5. This operator was deprecated in
favor of the >= (greater than or equal to) operator.
Returns true if expression1 is greater than or equal to
expression2, false otherwise.
Operators
129

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?

This manual is also suitable for:

Flash 8

Table of Contents

Save PDF