Create an Actor
The appearance of the actor
Optional
extra?: anyAn untyped object to store extra information
Optional
gestures?: GestureHandlersAny gestures to attach to this actor
Optional
movement?: MovementComponentThe movement rules for this actor
Optional
onCode to run when the actor disappears
Code to run when the actor disappears
The actor's body
Optional
role?: RoleComponentThe role for this actor
Optional
sounds?: SoundEffectComponentThe sounds for this actor
Readonly
appearanceThe visual representation of this Actor within the game
Readonly
extraExtra data that the game designer can attach to the Actor
A set of functions describing how the Actor should respond to gestures.
Readonly
movementThe rules for how this Actor should move
Readonly
onCode to run when the actor disappears
Readonly
rigidA physical context for the Actor. This is necessary if the Actor will move, participate in collisions, or receive gesture inputs.
Readonly
roleThe behavioral role that this Actor plays within the game
The scene where the Actor exists
Readonly
soundsThe packet of information describing the audio aspects of this Actor
Readonly
stateThe current state of this Actor
Is this Actor visible and able to interact with the world?
Actor is the main entity of the game. Pretty much everything on the stage is an actor.