How to make a timer in Scratch:
- create
a variable called timer.
- when
the flag is clicked, initialize the timer to 10.
- continually,
wait 1 second and check if the timer = 0
- output
the current time either with a sprite or just show the variable
- If
the timer = 0 make either the background or a huge sprite say “Time’s Up”
- When
the flag is clicked, everything should start over.
- Be
creative as to what you want your program to look like.
- Make
sure the timer stops at 0 and does not continue into negatives.