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

#1 2013-04-29 15:38:05

mrspotatohead
New Scratcher
Registered: 2013-04-19
Posts: 3

Help with my stopwatch?

hi im kinda new at this but i need help with my timer. basically i am making a game where there a loads of different shapes moving about everywhere but you have to catch the circle in under 60 seconds. i need help with when the 60 seconds are up i need to stop the stopwatch. how do you do it please??? thanks  smile

Offline

 

#2 2013-04-29 17:40:26

Photoguy77
New Scratcher
Registered: 2013-02-16
Posts: 9

Re: Help with my stopwatch?



when gf clicked
set [time v] to (60)
repeat (60)
 wait (1) secs
 change [time v] by (-1)

Offline

 

Board footer