Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: State Machine Examples & supported Doc  (Read 6007 times)
manoharbabu.kollipara
Jr. Member
**
Posts: 10


View Profile Email
« on: March 29, 2009, 10:57:26 »

Hi,

I need to implement state machine concept in our application so any body can suggested few examples & few docs it helps me a lot.

Thanks in Advacne.
Manohar.Kollipara
Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #1 on: March 30, 2009, 06:29:37 »

There is a Flex Demo called StopWatch, which was written for version 1.0. It still works in 1.1, but it doesn't use the new 'changed' state-specific note, which is really more heavily used in real life than the 'entering' and 'exiting' notes, and doesn't pass data from state to state in the StateMachine.ACTION note, which is now possible.

I plan to build a more real world demo next, but have been swamped since the 1.1 release. I have explained the important points in release notes on the StateMachine project page and at length in several forum posts (search forums for statemachine).

-=Cliff>
Logged
Pages: [1]
Print