Timer Runs to completion and buttons stop working until next question

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

  • gyroscopegyroscope I am here.Member, Sous Chef, PRO Posts: 6,598
    edited January 2016

    Hi @fmakawa Use a boolean attribute

    Basic description: When game.Timed is true when you want it running, change it to false when not.

  • fmakawafmakawa Member Posts: 567

    thanks

Sign In or Register to comment.