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

#1 2012-03-07 15:48:34

iweagles
New Scratcher
Registered: 2012-03-05
Posts: 4

After 15 seconds

i havea timmer set to 15 but can i make the background change after the 15 seconds?

Offline

 

#2 2012-03-07 15:54:08

turkey3
Scratcher
Registered: 2011-12-04
Posts: 500+

Re: After 15 seconds

Yes! This is for if you set the timer to 15 and count down, when you reach zero itll change backgrounds.

When gf clicked
Forever if <(timer)=0>
Change background
Set (timer) to (whatever u want it to count down from next)
End script 

Last edited by turkey3 (2012-03-07 15:56:49)

Offline

 

#3 2012-03-07 21:02:10

Bklecka
Scratcher
Registered: 2011-08-27
Posts: 1000+

Re: After 15 seconds

you cant set the timer


http://i48.tinypic.com/106ijc9.jpg

Offline

 

#4 2012-03-07 21:42:44

MoreGamesNow
Scratcher
Registered: 2009-10-12
Posts: 1000+

Re: After 15 seconds

reset timer
wait until <(timer) > [15]>
switch to costume [costume2]

Last edited by MoreGamesNow (2012-03-07 21:43:35)


http://images2.layoutsparks.com/1/218929/rubiks-cube-animated-rotating.gif
"Cogito ergo sum" --  I think, therefore I am

Offline

 

#5 2012-03-08 05:39:10

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Offline

 

#6 2012-03-08 13:57:57

MoreGamesNow
Scratcher
Registered: 2009-10-12
Posts: 1000+

Re: After 15 seconds

rdococ wrote:

when gf clicked
wait (15) secs // no need for timer
switch to costume [next costume... v]

Wow, can't believe I overlooked that.  Thanks, sometimes simple is best  smile


http://images2.layoutsparks.com/1/218929/rubiks-cube-animated-rotating.gif
"Cogito ergo sum" --  I think, therefore I am

Offline

 

Board footer