ActionScript 2.0 Language Reference |
|
|
|
| ActionScript language elements > Compiler Directives > #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; Flash Player 6.0
#initclip ...initialization actions go here... #endinitclip
|
|
|
|