README

July 18, 2012 ยท View on GitHub

An implementation of Hierarchical State Machine in ActionScript3.0 for AI bot/agent in a video games

This contains an base class for the concrete states. So you'll need to write the actions and transitions inside that class. But its also has option to create the state without creating a specific classes. The actions and transitions can be defined outside the state class.

For the details to implements this HSM, please refer to the sample code.