EasyManua.ls Logo

MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE - Chapter 1: Actionscript Language Elements; Compiler Directives; Endinitclip Directive

MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE
780 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
23
1
CHAPTER 1
ActionScript language
elements
This section provides syntax, usage information, and code samples for global functions and
properties (those elements that do not belong to an ActionScript class); compiler directives;
and for the constants, operators, statements, and keywords used in ActionScript and defined
in the ECMAScript (ECMA-262) edition 4 draft language specification.
Compiler Directives
This section contains the directives to include in your ActionScript file to direct the compiler
to preprocess certain instructions.
Compiler Directives summary
#endinitclip directive
#endinitclip
Compiler directive; indicates the end of a block of initialization actions.
Availability: ActionScript 1.0; Flash Lite 2.0
Example
#initclip
...initialization actions go here...
#endinitclip
Directive Description
#endinitclip Compiler directive; indicates the end of a block of initialization
actions.
#include Compiler directive: includes the contents of the specified file, as if the
commands in the file are part of the calling script.
#initclip Compiler directive; indicates the beginning of a block of initialization
actions.

Table of Contents

Related product manuals