PureMVC Architects Lounge

Announcements and General Discussion => General Discussion => Topic started by: jaxim on March 30, 2010, 10:02:50



Title: Walk Through of the StateMachine?
Post by: jaxim on March 30, 2010, 10:02:50
Does anyone know if there is a walk through on how to implement the StateMachine into your PureMVC framework? The "StopWatch" demo doesn't count as it simply allows you to download the source code. What I'm looking for is a step-by-step description of how to insert the StateMachine code into a PureMVC implementation.



Title: Re: Walk Through of the StateMachine?
Post by: puremvc on March 31, 2010, 09:54:10
There isn't as yet a comprehensive how to, but there are two presentations at http://puremvc.tv

StateMachine Utility Overview
http://puremvc.tv/#P003/

and

Getting in the Groove with PureMVC
http://puremvc.tv/#P004/

The second one talks about the statemachine that is implemented in the Sea of Arrows player site at http://seaofarrows.com

You can read the source code at http://seaofarrows.com/srcview

-=Cliff>