This section provides syntax, usage information, and code samples for global functions and properties (those elements that do not belong to an ActionScript™ class); and for the constants, operators, statements, and keywords used in ActionScript™ and defined in the ECMAScript (ECMA-262) edition 4 draft language specification.


 语言元素说明
 全局常量Top level or global constants are available in every script, and are visible to every Timeline and scope in your document.
 全局函数Top level or global functions are available in any part of a SWF file where ActionScript is used, or in any user-defined class.
 运算符Symbolic operators are characters that specify how to combine, compare, or modify the values of an expression.
 语句、关键字和指令Statements are language elements that perform or specify an action at runtime.
 特殊类型The three special types are the untyped specifier (*), void, and Null.