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

#1 2012-02-24 11:46:58

Ritasstudent
Scratcher
Registered: 2011-12-10
Posts: 36

I Have a Question About Backgrounds...

Hello, everyone. I have a question about backgrounds. I have three backgrounds in my project that create the effect of stars moving (yes, you guessed it, I'm doing a Nyan Cat project) and one background that is the start screen (you know, like with the "Play" and "Help" buttons). I did the script "When Green Flag Clicked, forever, next background, wait 0.1 seconds". How can I make it so that ONLY the three backgrounds that create the effect of stars moving repeat themselves and NOT the start screen? Help is greatly appreciated! Thanks!


http://i46.tinypic.com/1z2fy2g.gif

Offline

 

#2 2012-02-24 11:55:46

mattlai2
Scratcher
Registered: 2011-12-06
Posts: 100+

Re: I Have a Question About Backgrounds...

Do this:

when clicked
forever
switch to background
background1
wait
0.1
secs
switch to background
background2
wait
0.1
secs
switch to background
background3
wait
0.1
secs

(assuming the three backgrounds are called "background1", "background2" and "background3")

Offline

 

#3 2012-02-24 13:13:29

Ritasstudent
Scratcher
Registered: 2011-12-10
Posts: 36

Re: I Have a Question About Backgrounds...

Oh... I wonder why I didn't think about that. Thanks very much!!  big_smile


http://i46.tinypic.com/1z2fy2g.gif

Offline

 

Board footer