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

#1 2011-09-27 12:54:01

happykitteh
New Scratcher
Registered: 2011-09-27
Posts: 1

Level Changing

I have a new costume for my stage that I want it to change to to be my next level when Sprite 1 touches Sprite three. What am I supposed to do?

Offline

 

#2 2011-09-27 13:11:52

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Level Changing

Have sprite1 broadcast that it hit sprite3. On that broadcast, have the Stage change backgrounds.

Offline

 

#3 2011-09-27 13:11:58

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

Re: Level Changing

For Sprite1:

When green flag clicked
Forever if touching Sprite3
Broadcast Level2

For the background:

When I recieve Level2
Switch Background to Lvl2


For sprite3:

When I recieve Level2
Hide


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

Offline

 

Board footer