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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

var b:Boolean = new Boolean(1); // b is true<br />

trace(a == b); // false<br />

See also<br />

Boolean<br />

call function<br />

call(frame)<br />

Deprecated since Flash Player 5. This action was deprecated in favor of the function<br />

statement.<br />

Executes the script in the called frame without moving the playhead to that frame. Local<br />

variables do not exist after the script executes.<br />

■ If variables are not declared inside a block ({}) but the action list was executed with a<br />

call() action, the variables are local <strong>and</strong> expire at the end of the current list.<br />

■ If variables are not declared inside a block <strong>and</strong> the current action list was not executed<br />

with the call() action, the variables are interpreted as Timeline variables.<br />

Parameters<br />

frame:Object - The label or number of a frame in the Timeline.<br />

See also<br />

Array function, call (Function.call method)<br />

chr function<br />

chr(number) : String<br />

Deprecated since Flash Player 5. This function was deprecated in favor of<br />

String.fromCharCode().<br />

Converts ASCII code numbers to characters.<br />

Parameters<br />

number:Number - An ASCII code number.<br />

Returns<br />

String - The character value of the specified ASCII code.<br />

Global Functions 39

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

Saved successfully!

Ooh no, something went wrong!