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

#1 2011-09-20 12:40:42

Macaroniyum
New Scratcher
Registered: 2011-09-20
Posts: 1

How to change the stage?

I am currently working on a platform based game and need to change to a new stage when my character reaches the end of the level. Can anyone suggest how I would do this?

Offline

 

#2 2011-09-20 12:41:37

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: How to change the stage?

backgrounds (click on the stage in the sprites panel)

Offline

 

#3 2011-09-20 16:50:00

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

Re: How to change the stage?

Whenever the main sprite touches his goal:

<broadcast[  NextLevel  ]and wait c>


In the background:

<when I receive[  NextLevel  ]>
<next costume>


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

Offline

 

#4 2011-09-22 13:40:36

Dinoclor
Scratcher
Registered: 2010-06-10
Posts: 1000+

Re: How to change the stage?

MoreGamesNow wrote:

Whenever the main sprite touches his goal:

<broadcast[  NextLevel  ]and wait c>


In the background:

<when I receive[  NextLevel  ]>
<next costume>

And in the stage, you should add

[blocks]
<when green flag clicked>
<switch to costume[background1]>
[/blocks]

Last edited by Dinoclor (2011-09-22 13:41:27)


This is a temporary signature. It will exist until I think of something witty.

Offline

 

Board footer