How to stop a timer (score)

Epsilon94Epsilon94 LondonMember, PRO Posts: 8
I have a timer set up to decrease the score by 1 every second.

I then need the score to stop once the player gets the correct answer, but how?

Thanks.

Comments

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922
    You need a condition in a rule that stops the code that reduces the score and have that condition change when the correct answer is pressed. Code is just logic. See my video series on logic, it will help you understand how to design code.
  • Epsilon94Epsilon94 LondonMember, PRO Posts: 8
    I did plan on just asking you straight away for an answer, but decided to watch your video series on youtube instead, as you recommended. Your first video did the trick, thanks!

Sign In or Register to comment.