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

#1 2009-11-24 13:59:46

theapproom
Scratcher
Registered: 2009-08-24
Posts: 38

How do you make a link to another background?

I have been working on a project in which you need to click play to go onto the next level. How do I do this to make it go to the next background by clicking a sprite image?

Offline

 

#2 2009-11-24 14:04:53

jacool
Scratcher
Registered: 2008-01-25
Posts: 1000+

Re: How do you make a link to another background?

On the sprite which acts like a button you add a script like this:
When Sprite1 is clicked
Broadcast nextlevel

And on the stage/sprite that contains the levels you add a script like this:
When I receive nextlevel
Next costume

There are other methods too but this is the easiest one  smile


http://i571.photobucket.com/albums/ss159/JacobKar/svensktiger-1.png

Offline

 

#3 2009-11-24 14:08:30

theapproom
Scratcher
Registered: 2009-08-24
Posts: 38

Re: How do you make a link to another background?

Okay  smile  Thank you very much, it worked

Offline

 

#4 2009-11-24 14:17:35

jacool
Scratcher
Registered: 2008-01-25
Posts: 1000+

Re: How do you make a link to another background?

theapproom wrote:

Okay  smile  Thank you very much, it worked

You're welcome, don't hesitate to ask if you need more help  smile


http://i571.photobucket.com/albums/ss159/JacobKar/svensktiger-1.png

Offline

 

Board footer