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: December 18, 2009, 02:59:53
Cliff and Neil, thank you guys! ))
2  PureMVC Manifold / Demos and Utils / access to transition list in runtime on: December 17, 2009, 11:36:29
Hi everyone,

Is there any possibility in runtime to get the list of all possible transitions from current state and the list of actions initiating these transitions as well? For instance I want to make a mediator that handles StateMachine.CHANGED notification and creates the button for every possible transition (onClick handler initiates sendNotification(StateMachine.ACTION, null, Actions.SOME_ACTION)). How can I do that?

thanks in advance
Pages: [1]