Example
The following examples execute the script in the
frame:
myScript
// to execute functions in frame with label "myScript"
thisFrame = "myScript";
trace ("Calling the script in frame: " add thisFrame);
// to execute functions in any other frame on the same timeline
call("myScript");
chr()
Availability
Flash Lite 1.0.
Usage
chr(number)
Operands
An ASCII code number.
number
Description
String function; converts ASCII code numbers to characters.
Example
The following example converts the number 65 to the letter A and assigns it to the
variable
:
myVar
myVar = chr(65);
trace (myVar);// Output: A
duplicateMovieClip()
Availability
Flash Lite 1.0.
Usage
duplicateMovieClip(target, newname, depth)
12
Flash Lite Global Functions
Need help?
Do you have a question about the FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?