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

#1 2010-06-21 22:25:33

chaosheart
New Scratcher
Registered: 2010-06-21
Posts: 3

sprites changing backgrounds

hey, can some one please help.
I can't figure out how to make the background change when you click on a
sprite.
what do I do?

Offline

 

#2 2010-06-21 22:31:07

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: sprites changing backgrounds

http://i48.tinypic.com/16i2kh.gif
On the sprite you want to be clicked, and then
http://i45.tinypic.com/qrztoi.gif
on the stage.

Hope that helps!  smile

Offline

 

#3 2010-06-21 22:32:45

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: sprites changing backgrounds

All you have to do is make a script on the sprite like this:
[blocks]
<when[ Sprite1 ]clicked>
<broadcast[ change background ]>
[/blocks]
Then, make a script on the stage like this:
[blocks]
<when I receive[ change background ]>
[/blocks]
[Next background]

EDIT: Wow, I can't believe how similar my post was to Coolstuff's. Weird coincidence. O_o

Last edited by Harakou (2010-06-21 22:36:55)


http://www.blocks.scratchr.org/API.php?action=random&amp;return=image&amp;link1=http://i.imgur.com/OZn2RD3.png&amp;link2=http://i.imgur.com/duzaGTB.png&amp;link3=http://i.imgur.com/CrDGvvZ.png&amp;link4=http://i.imgur.com/POEpQyZ.png&amp;link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

#4 2010-06-22 19:47:51

chaosheart
New Scratcher
Registered: 2010-06-21
Posts: 3

Re: sprites changing backgrounds

thanks I'll try that

I'm working on an awsome game

Offline

 

#5 2010-06-22 19:54:17

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: sprites changing backgrounds

I look forward to seeing what you come up with  smile

Offline

 

#6 2010-06-22 20:13:43

waveOSBeta
Scratcher
Registered: 2009-12-08
Posts: 1000+

Re: sprites changing backgrounds

yep. this is pretty much answered.


http://internetometer.com/image/10202.png]
New signature coming soon!  smile

Offline

 

#7 2010-06-22 21:21:17

chaosheart
New Scratcher
Registered: 2010-06-21
Posts: 3

Re: sprites changing backgrounds

that worked thanks,

Offline

 

Board footer