How do I create a timer which will help broadcast you won or you lose after a timelimit is up. I am new to scratch.
Offline
You're in luck, because Scratch has a basic timer built in. The simplest way is to reset the timer to 0 and wait until it counts up to a certain time, then check the score and broadcast a message accordingly, like so:
when gf clicked reset timer wait until <(timer) > [your time]> if <(score) > [necessary score]> broadcast [win] else broadcast [loss] end
Offline
Brilliant than you so much.
Offline