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 08, 2009, 12:07:31
Aha!
Thank you, Neil!
2  PureMVC Manifold / Demos and Utils / Re: StateMachine - A PureMVC / AS3 Utility on: January 08, 2009, 09:53:13
Hi all!

When entering a FSM state, is it possible to fire more than one ApplicationFacade command?
Something equivalent to the following would be practical:
<state name={Main.STATE_1} entering={AppFacade.INIT_UI, AppFacade.RESET_VALUES, ...}>
Or would this break some good design practice?

Regards / Jonas
3  PureMVC Manifold / Demos and Utils / Re: StateMachine - A PureMVC / AS3 Utility on: January 05, 2009, 06:00:44
Thanx a lot, Fleecie!
I've delve into it as soon as my brain has got some oxygene!  :)

Jonas

4  PureMVC Manifold / Demos and Utils / Re: StateMachine - A PureMVC / AS3 Utility on: January 03, 2009, 12:31:46
Hurry up, Fleecie! My face is already blue!  :) / Jonas
5  PureMVC Manifold / Demos and Utils / Re: StateMachine - A PureMVC / AS3 Utility on: January 02, 2009, 06:18:57
Hi Cliff and Fleecie!

The asset/media loading stuff is a common "real life problem", and so are service calls. To me it sounds very reasonable to combine these with the state machine paradigm.

A demo combining the state machine and async loading and/or service calls would be of great help for a PureMvc newbee like me!

Regards / Jonas
6  PureMVC Manifold / Demos and Utils / Re: StateMachine - A PureMVC / AS3 Utility on: December 29, 2008, 03:27:38
Hi!

Is the State Machine solution suitable for handling asset/media loading? (mp3 files, images...) If so, should the loading be regarded as a state or as an action between two states?

Regards!  / Jonas
Pages: [1]