^ (bitwise XOR)

SWiSH Player Support
SWF5 or later - Supported Internally

Syntax
expression1 ^ expression2

Arguments
expression1 and expression2 : numbers

Returns
Nothing.

Description
Bitwise Operator ; converts both expressions to 32-bit unsigned integers and returns a 1 in each bit position where the corresponding bits of either expression - but not both of them - is equal to 1.