Discuss Scratch

cs1237631
New to Scratch
1 post

Script

Is it possible to make the timer count backwards.
mstone326
Scratcher
1000+ posts

Script

Not the blue sensing timer. But you can certainly create a timer that can count backwards by either subtracting the blue sensing timer from whatever you set your time variable to. Or you can set a time variable to a number and then change it by -1 or whatever you need.

Here is a simple timer that I created last week. See if this helps. The first one uses a wait 1 second block.

https://scratch.mit.edu/projects/207028077/

This one below uses the blue timer from sensing.
https://scratch.mit.edu/projects/208674889/

Last edited by mstone326 (March 8, 2018 16:56:33)


High School Athletic Director / Middle School Tech Teacher / High School Baseball Coach
Kung Fu by Nintendo 1984 - https://scratch.mit.edu/projects/369994801/
Taco Defense - Speed Typing - https://scratch.mit.edu/projects/316795450/
Halloween Boss Battle - Taking Back our Woods - https://scratch.mit.edu/projects/257155118/
Almost Pong - https://scratch.mit.edu/projects/656276979/
Studio - My Best Projects - https://scratch.mit.edu/studios/4125978/
Forum Help Project Examples - https://scratch.mit.edu/studios/4133335
Gasimini
Scratcher
100+ posts

Script

Make this script :

when I receive [game start]
set [time] to [100]
repeat until <(time)= [0]>
wait (1) secs
change [time] by (-1)
end

Gasimini
______________

< More than 100 posts on the forum - More than 150 followers - 1 featured project >

Powered by DjangoBB