MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference page 35

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Modifiers
Signature
mbchr(number:Number)
mblength(string:String) :
mbord(character:String) :
mbsubstring(value:String,
index:Number, count:Number) :
nextFrame()
nextScene()
Number(expression:Object) :
Object([value:Object]) :
on(mouseEvent:Object)
onClipEvent(movieEvent:Object)
Description
Deprecated since Flash Player 5.
This function was deprecated in
favor of the
String.fromCharCode() method.
Converts an ASCII code number to
a multibyte character.
Deprecated since Flash Player 5.
Number
This function was deprecated in
favor of the String.length
property.
Returns the length of the multibyte
character string.
Deprecated since Flash Player 5.
Number
This function was deprecated in
favor of String.charCodeAt()
method.
Converts the specified character to
a multibyte number.
Deprecated since Flash Player 5.
This function was deprecated in
String
favor of String.substr() method.
Extracts a new multibyte character
string from a multibyte character
string.
Sends the playhead to the next
frame.
Sends the playhead to Frame 1 of
the next scene.
Converts the parameter
Number
expression to a number.
Creates a new empty object or
Object
converts the specified number,
string, or Boolean value to an object.
Specifies the mouse event or
keypress that triggers an action.
Triggers actions defined for a
specific instance of a movie clip.
Global Functions
35

Advertisement

Table of Contents
loading

Table of Contents