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

#1 2012-11-13 09:34:18

18ToddPoe
New Scratcher
Registered: 2012-11-13
Posts: 2

countdown

thanks shinyguy

how do you make a sprite countdown with a timer and a rocket blast off at the end

Offline

 

#2 2012-11-13 09:39:21

shiguy101
Scratcher
Registered: 2010-11-17
Posts: 1000+

Re: countdown

 when gf clicked
set [ timer* v] to (15)
 repeat  (15)
change [ timer* v] by (-1) 
wait (1) secs  
Say(timer*)
 end
broadcast [blast off  v]
  
this is for the rocket.
when [space v] key pressed
blast off 
  

Last edited by shiguy101 (2012-11-13 09:42:47)

Offline

 

#3 2012-11-13 09:43:48

shiguy101
Scratcher
Registered: 2010-11-17
Posts: 1000+

Re: countdown

Also try and keep stuff to one topic.

Offline

 

Board footer