Building a decision-making game in jQuery? Where would I store data....

Posted by redconservatory on Stack Overflow See other posts from Stack Overflow or by redconservatory
Published on 2010-03-24T21:48:00Z Indexed on 2010/03/24 21:53 UTC
Read the original article Hit count: 155

Filed under:
|

I built a slideshow/decision-making game in Flash but would like to try to redo it using jQuery.

The slideshow part seems simple enough, however I have a series of user decisions that I'm not sure how to approach.

In flash, if the user makes a decision, I would just store this in a variable or shared local objects, is this the same for jQuery? i.e. mix regular javascript variables with the jQuery?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about data