Point System Timer
I wanted to create a question app for a class demonstration and am having a little trouble. I have read the DB on Point System (http://forums.gamesalad.com/discussion/72718/point-system) which describes 30 seconds - game.time * 100 for the points.
Create game attribute TIME - build it on a timer and put in the code. Seems simple enough.
My added question to this one posted in September is:
I am giving the student a 10 second timer to guess the answer, but how do I make it advance through the series of questions (total of 25) - to generate a "correct" or "wrong" momentary response while advancing to the next question automatically resetting the timer back to 10 seconds.
And does anyone know of a tutorial that shows one how to add graphics or pictures into the quiz question?
Thanks.
*Oh and this can be for Mac or PC - I have both
Comments
Use a custom attribute (real) named something like game.Timer. Don't call it game.Time as there's already a built-in attribute with that name. Change game.Timer to 10 and then use a Timer behavior to change game.Timer to game.Timer-0.1 every 0.1 seconds.
The questions and answers should be in a table with a single question and answer per row. To advance to the next question, change game.questionNumber to game.questionNumber+1. Use game.questionNumber in place of the row number in any table expressions (e.g. TableCellValue).
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User