288
Classes
Other language elements
There are other language elements that make up ActionScript, outside of classes. These
include directives, constants, global functions, global properties, operators, and statements.
For information on how to use each of these language elements, see the following topics:
■
Chapter 5, “Syntax and Language Fundamentals”
■
Chapter 6, “Functions and Methods”
You can find a list of these language elements in the following sections of the
ActionScript 2.0
Language Reference
:
■
Compiler Directives
■
Constants
■
Global Functions
■
Global Properties
■
Operators
■
Statements
Top-level classes
The top level contains the ActionScript classes and global functions, many of which provide
core functionality for your applications.
Core classes
, borrowed directly from ECMAScript,
include Array, Boolean, Date, Error, Function, Math, Number, Object, String, and System.
To find more information on each class, see the following table.
NO
TE
The CustomActions and XMLUI classes are available only in the Flash authoring
environment.
Class
Description
Accessibility
The Accessibility class manages communication between SWF files
and screen reader applications. You use the methods of this class with
the global
_accProps
property to control accessible properties for movie
clips, buttons, and text fields at runtime. See Accessibility.
Array
The Array class represents arrays in ActionScript and all array objects
are instances of this class. The Array class contains methods and
properties for working with array objects. See Array.
AsBroadcaster
Provides event notification and listener management capabilities that
can be added to other objects. See AsBroadcaster.
Boolean
The Boolean class is a wrapper for Boolean (
true
or
false
) values. See
Boolean.>.
Содержание FLASH 8-LEARNING ACTIONSCRIPT 2.0 IN FLASH
Страница 1: ...Learning ActionScript 2 0 in Flash...
Страница 8: ...8 Contents...
Страница 18: ...18 Introduction...
Страница 30: ...30 What s New in Flash 8 ActionScript...
Страница 66: ...66 Writing and Editing ActionScript 2 0...
Страница 328: ...328 Interfaces...
Страница 350: ...350 Handling Events...
Страница 590: ...590 Creating Interaction with ActionScript...
Страница 710: ...710 Understanding Security...
Страница 730: ...730 Debugging Applications...
Страница 780: ...780 Deprecated Flash 4 operators...
Страница 830: ...830 Index...