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

Show Posts

* | |

  Show Posts
Pages: [1]
1  PureMVC Manifold / Demos and Utils / Re: StateMachine - A PureMVC / AS3 Utility on: January 03, 2009, 03:01:19
Make sense. I have model which is shared by different core. Will try your option to see how it behaves. - MA
Each core can have its own StateMachine. Within a core, you can respond to any incoming message or interface call by changing the state of the core, which could in turn trigger outgoing messages (or call return value) that cause other modules to change state.

-=Cliff>
2  PureMVC Manifold / Demos and Utils / Re: StateMachine - A PureMVC / AS3 Utility on: January 03, 2009, 02:08:30
Is there is a concept of interceptor.
How State will work with Pipes Modular approach. -MA

Pages: [1]