virtual DisplayObjectBase* CreateASCharacter(MovieImpl*, CharacterDef*, InteractiveObject*, ResourceId, MovieDefImpl*) = 0;
CreateASCharacter creates a new instance of a AS2 video character.
|
Parameters |
Description |
|
MovieImpl* |
The root movie clip. |
|
CharacterDef* |
The character definition. |
|
InteractiveObject* |
The character parent object. |
|
ResourceId |
The resource identifier. |
|
MovieDefImpl* |
The data binding root for character; provides the MovieDefImpl object with binding tables necessary for the character instance to function. |
The created AS2 video character.