Timer Runs to completion and buttons stop working until next question
fmakawa
Member Posts: 565
Hi all,
So I have a timer for lets say 30 seconds. I would like that once that timer reaches 30 seconds then the button stops working. You know like in a quiz. The timer gets reset when the next question is given and the buttons become active again.
How do I do that?
Comments
Hi @fmakawa Use a boolean attribute
Basic description: When game.Timed is true when you want it running, change it to false when not.
""You are in a maze of twisty passages, all alike." - Zork temp domain http://spidergriffin.wix.com/alphaghostapps
thanks