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!
Offline
Do this:
when gf clicked forever switch to background [background1 v] wait (0.1) secs switch to background [background2 v] wait (0.1) secs switch to background [background3 v] wait (0.1) secs(assuming the three backgrounds are called "background1", "background2" and "background3")
Offline
Oh... I wonder why I didn't think about that. Thanks very much!!
Offline