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.
Compiler Directives summary
Directive | Description |
---|---|
#endinitclip | Indicates the end of a block of initialization actions. |
#include | Includes the contents of the specified file, as if the commands in the file are part of the calling script. |
#initclip | Indicates the beginning of a block of initialization actions. |
#endinitclip directive
#endinitclip
Indicates the end of a block of initialization actions.
Do not place a semicolon (;) at the end of the line that contains the #endinitclip directive.
Availability: ActionScript 1.0; ...
Get ActionScript 2.0 Language Reference for Macromedia® Flash® 8 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.