03.05.2013 Views

FLASH® LITE™ 2.x - Adobe Help and Support

FLASH® LITE™ 2.x - Adobe Help and Support

FLASH® LITE™ 2.x - Adobe Help and Support

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Operator Description<br />

>>>= (bitwise<br />

unsigned right shift<br />

<strong>and</strong> assignment)<br />

Performs an unsigned bitwise right-shift operation <strong>and</strong> stores the<br />

contents as a result in expression1.<br />

^ (bitwise XOR) Converts expression1 <strong>and</strong> expression2 to 32-bit unsigned<br />

integers, <strong>and</strong> returns a 1 in each bit position where the corresponding<br />

bits in expression1 or expression2 , but not both, are 1.<br />

^= (bitwise XOR<br />

assignment)<br />

/* (block comment<br />

delimiter)<br />

Assigns expression1 the value of expression1 ^ expression2.<br />

Indicates one or more lines of script comments.<br />

, (comma) Evaluates expression1 , then expression2 , <strong>and</strong> so on.<br />

add (concatenation<br />

(strings))<br />

Deprecated since Flash Player 5. <strong>Adobe</strong> recommends you use the<br />

addition (+) operator when creating content for Flash Player 5 or later.<br />

Note: Flash Lite 2.0 also deprecates the add operator in favor of the<br />

addition (+) operator.<br />

Concatenates two or more strings.<br />

?: (conditional) Instructs Flash to evaluate expression1 , <strong>and</strong> if the value of<br />

expression1 is true , it returns the value of expression2 ; otherwise<br />

it returns the value of expression3.<br />

-- (decrement) A pre-decrement <strong>and</strong> post-decrement unary operator that subtracts 1<br />

from the expression.<br />

/ (division) Divides expression1 by expression2.<br />

/= (division<br />

assignment)<br />

Assigns expression1 the value of expression1 / expression2.<br />

. (dot) Used to navigate movie clip hierarchies to access nested (child)<br />

movie clips, variables, or properties.<br />

== (equality) Tests two expressions for equality.<br />

eq (equality<br />

(strings))<br />

Deprecated since Flash Player 5. This operator was deprecated in<br />

favor of the == (equality) operator.<br />

Returns true if the string representation of expression1 is equal to<br />

the string representation of expression2, false otherwise.<br />

> (greater than) Compares two expressions <strong>and</strong> determines whether expression1 is<br />

greater than expression2; if it is, the operator returns true.<br />

Operators 107

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!