This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-07-02 01:37:22

ilovepineapplelumps
New Scratcher
Registered: 2011-06-24
Posts: 6

Countdown timer

how do you set a timer?
and make it take away a second every second?

Offline

 

#2 2011-07-02 06:08:15

DigiTechs
Scratcher
Registered: 2011-04-30
Posts: 500+

Re: Countdown timer

like this:

<when flag clicked>
set (Variable) Timer to 60
Forever:
wait 1 secs
change (Variable) Timer by -1

That should work.


I'm back.
Maybe.

Offline

 

Board footer