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

#1 2012-04-06 18:05:05

Nike11
New Scratcher
Registered: 2012-04-06
Posts: 1

Help with the passage of level

How do I change background without involving all the scripts at the same time? I want just one script to go to the new background. I want to create a new level.
Could you help me?

Offline

 

#2 2012-04-06 18:11:49

ftf841
Scratcher
Registered: 2012-02-19
Posts: 1000+

Re: Help with the passage of level

do you want one level or more than one level


http://mag.racked.eu/cimage/i9002/Achievement++get%21/Hi+there./mca.png
http://mag.racked.eu/mcimage/i354/Achievement++get%21/CAKE%21%21%21%21%21/mca.png

Offline

 

#3 2012-04-06 19:23:51

silvershine
Scratcher
Registered: 2010-11-21
Posts: 500+

Re: Help with the passage of level

It sounds like you just need to change the background. That can be done with the following script:

When flag clicked
Switch to background [background v]
Is that what you were looking for?

Last edited by silvershine (2012-04-06 19:47:01)

Offline

 

#4 2012-04-06 21:34:16

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

Re: Help with the passage of level

If you want to change the background, insert this script into the Stage:

When I Receive [change background v]
switch to background [background v]
When ever you want to change the background, just broadcast "change background" from any sprite (or the stage itself).

Last edited by MoreGamesNow (2012-04-06 21:34:41)


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

Offline

 

Board footer