|
|
Labs.byHook |
Flash Scripts, Tools & Methods Developed at Hook |
Often in an application it is necessary to be able to define and then switch the application state based on either user input or data updates. The Finite State Machine (FSM) is our version of a State Machine in Actionscript 3. The FSM uses StateControllers to manage lists of State Objects. A State Object is [...]