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.

Operators summary<br />

Operator Description<br />

+ (addition) Adds numeric expressions or concatenates (combines) strings.<br />

+= (addition<br />

assignment)<br />

106 ActionScript language elements<br />

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

[] (array access) Initializes a new array or multidimensional array with the specified<br />

elements (a0 , <strong>and</strong> so on), or accesses elements in an array.<br />

= (assignment) Assigns the value of expression2 (the parameter on the right) to the<br />

variable, array element, or property in expression1.<br />

& (bitwise AND) Converts expression1 <strong>and</strong> expression2 to 32-bit unsigned integers,<br />

<strong>and</strong> performs a Boolean AND operation on each bit of the integer<br />

parameters.<br />

&= (bitwise AND<br />

assignment)<br />

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

Saved successfully!

Ooh no, something went wrong!