Hi all-
See attached file from my Dropbox - I'm using a simple quiz (from this YouTube tutorial) to teach myself GameSalad. I'm trying to use a simple interpolation timer to count down after an answer has been selected - and highlight the answer for 5 seconds as either green (correct) or red (incorrect) before moving on to next question.
For purposes of this test, only 1 response has been enabled (usually it would be pick from three or four possible answers). The timer attribute is a game-wide attribute called "Game timer" which is initially set at 1. When the answer is selected it counts down from 1 to 0 correctly, and the section of code where the timer is reset to 1 appears to run as a debug statement I have in there is generated, but the "Game timer" attribute stays at 0.
I'm sure this is a simple question and I'm doing something very obviously wrong, but I can't figure it out. Any help appreciated.