Skip to content

Commit

Permalink
Added links to docs and bins, and bumped up build number
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmanuell committed Nov 23, 2010
1 parent 8f45ca6 commit b8a43bb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.textile
Expand Up @@ -2,7 +2,7 @@ h2. AS3 Signal StateMachine for Robotlegs

An Signal driven StateMachine utility with six transition phases:

version 0.1.000
version 0.1.001

# *entering guard:* Allows for testing of conditions to assess whether it is permissible to enter the target state. If not, the transition can be cancelled.
# *exiting guard:* The first state-specific phase, it allows for testing of conditions to assess whether it is permissible to leave the current state. If not, the transition can be cancelled.
Expand All @@ -11,6 +11,15 @@ version 0.1.000
# *entered:* the final state-specific phase indicates that the transition to the new state has been successful.
# *changed:* this post-transition phase sends a general notification that the state has changed.


h3. Bins
* "Version 0.1.001":http://statemachine.org/swcs/AS3-Signal-StateMachine-for-Robotlegs-V0-1-001.zip

h3. Documentation

* "Documentation":http://statemachine.org/docs/signal_statemachine_fir_robotlegs/
* Tutorials - to come

h3. Dependencies:

* "StateMachine Base:":http://github.com/AS3StateMachine/AS3-StateMachine-Base the base classes for this utility.
Expand Down

0 comments on commit b8a43bb

Please sign in to comment.