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  Announcements and General Discussion / Getting Started / Help setting up project on: January 08, 2010, 02:39:23
Hi all,

I'm in the process of setting up a puremvc project. I have read the best practices documentation and looked at many of the recommended tutorials, but still have a few questions about the best way to set everything up.

I am making a multiple choice quiz that needs to have a welcome screen, then any number of question screens, then a results screen. The quiz questions and some assets (images) will be defined in one xml document.

1. I think this application is best suited to the standard version rather than multicore. Is this correct? If multicore is the way to go, how should it be divided up?
2. I will need to load and parse the xml, then load any assets listed in the xml. I've been looking into the loadUp utility - is this a good use for it? I am unsure as to start with I am not listing several items to loadup, just one. I then need to use that loaded data to decide what to load next.
3. I've also been looking into the stateMachine utility. If I were to implement this, would the following states be suitable:
        PREPARING, DISPLAYING_INTRO, QUESTIONING, ANSWERING, DISPLAYING_RESULTS

Any guidance would be really appreciated, thanks!
Pages: [1]