#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

Example

#initclip
...initialization actions go here...
#endinitclip

Flash CS3