Flash CS3 Documentation |
|||
| ActionScript 2.0 Language Reference > ActionScript language elements > Compiler Directives | |||
This section contains the directives to include in your ActionScript file to direct the compiler to preprocess certain instructions. Do not place a semicolon (;) at the end of the line that contains the directive.
|
Directive |
Description |
|---|---|
|
Indicates the end of a block of initialization actions. |
|
|
Includes the contents of the specified file, as if the commands in the file are part of the calling script. |
|
|
Indicates the beginning of a block of initialization actions. |
Flash CS3