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

#1 2011-06-05 19:34:31

wolfyartist65
Scratcher
Registered: 2011-06-05
Posts: 2

i need help please!

im trying to make a warrior cats game...but i want it so that, if you click fresh kill pile,
it will change the background to the fresh kill pile area XP

Offline

 

#2 2011-06-05 19:37:15

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

Re: i need help please!

In the pile sprite:

<when[ Pile ]clicked>
<broadcast[ freshkillarea ]>


In the background:
<when I receive[ freshkillarea ]>
<switch to costume[ freshkill ]>


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

Offline

 

#3 2011-06-05 21:47:58

wolfyartist65
Scratcher
Registered: 2011-06-05
Posts: 2

Re: i need help please!

;D
thank you! it worked!

Offline

 

#4 2011-06-05 21:54:32

coca0101
Scratcher
Registered: 2011-05-15
Posts: 63

Re: i need help please!

Make it broadcast something to change the background when clicked. Then, make the background recieve it, then put change to background fresh kill pile.
<when[ Sprite Pile ]clicked>
<broadcast[ Next Background]
<when I receive[ Next Background]
<switch to costume[ Fresh Kill Pile]

Offline

 

Board footer