34
Flash Lite Global Functions
ord()
Availability
Flash Lite 1.0.
Usage
ord(
character
)
Operands
character
The character to convert to an ASCII code number.
Description
String function; converts characters to ASCII code numbers.
Example
The following example uses the
ord()
function to display the ASCII code for the character
A
:
trace ("multibyte number = " add ord("A"));// Output: multibyte number = 65
play()
Availability
Flash Lite 1.0.
Usage
play()
Operands
None.
Description
Function; moves the playhead forward in the timeline.
Содержание FLASH 8-FLASH
Страница 1: ...Flash Lite 1 x ActionScript Language Reference...
Страница 6: ...6 Contents...
Страница 46: ...46 Flash Lite Global Functions...
Страница 62: ...62 Flash Lite Properties...
Страница 76: ...76 Flash Lite Statements...
Страница 110: ...110 Flash Lite Operators...
Страница 162: ...162 Index...