chr
Availability
Flash Player 4. This function was deprecated in Flash 5 in favor of
Usage
chr(number)
Parameters
An ASCII code number.
number
Returns
Nothing.
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 = chr(65);
See also
String.fromCharCode()
class
Availability
Flash Player 6.
Usage
[dynamic] class className
{
// class definition here
}
Note: To use this keyword, you must specify ActionScript 2.0 and Flash Player 6 or later in the Flash
tab of your FLA file's Publish Settings dialog box. This keyword is supported only when used in
external script files, not in scripts written in the Actions panel.
Parameters
The fully qualified name of the class.
className
Optional; the name of the class that
superClass
interfaceName
must implement.
[ extends superClass ]
[ implements interfaceName [, interfaceName... ] ]
Optional; the name of the interface whose methods
String.fromCharCode()
extends (inherits from).
className
className
.
.
myVar
class
329
Need help?
Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?
Questions and answers