HaXe Actors
From dis-Emi-A
The Actor system is a standardized way of interfacing and creating visual actors: display elements which have a variety of sequences/animations and traits/properties.
Included in the library is a small collection of Actors, though this is anticipated to grow as any new project in the library will make use of actors. The actors are written in a special M4 haXe. (The actors can also be written in plain HX, though it would be tedious.)
Using Actors
TBD
For use as FX refer to HaXe FX Builder
Actor Library
The lib/ui/anim/lib directory contains all the included actors.
About Bones
Bones are special types of actors which are holders for other actors. They typically define a kind of animation pattern to apply to the other actor as a whole and therefore can be used with any actor.
