Skip to content
cliffhall edited this page Sep 23, 2012 · 13 revisions

PureMVC ActionScript 3 Utility: State Machine

This utility provides a simple yet effective Finite State Machine implementation, which allows the definition of discrete states, and the valid transitions to other states available from any given state, and the actions which trigger the transitions. A mechanism is provided for defining the entire state machine in XML and having a fully populated StateMachine injected into the PureMVC app.

Standard and MultiCore versions are included.

API Docs

Status

Production - Version 1.0

Demos Using This Utility

Platforms / Technologies

Clone this wiki locally