I have been going through the tutorials and templates for various trivia and quiz examples but am having a difficult time getting this to work the way I want.
What I am trying to do is:
Top grouping is based on difficulty and a score of # is required to unlock the next group
Each level has various pictures visible
When the picture is selected the player is taken to the question which must be answered correctly to get points
I have gotten quite a bit of it to work but here is where I am stuck:
How to get the points for each question to be stored independently of the top level score that is used to unlock the next difficulty
How to sum the points from each question into top level grouping to unlock the next difficulty
How to select a specific value from a .txt file similar to a WHERE clause
The capx I have been playing around with is here: http://gruvisoft.com/games/C2-HelpMe/Quiz_Test.capx