Wiki

Clone wiki

Fairlight / Actors

Actors

Actors is a game component you can use for nearly every game object you'' require like hero character, enemies, the ground, the walls, a spaceship.

It has a sprite, various timeline for easy animation and a BoundingRectangle.

Check out the Actor-Example to find out how everything works.

The Actor-Class also has some easy to use connivence methods you can use for simple animation, like Animate, MoveTo, RotateTo etc.

Updated