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
In the pile sprite:
<when[ Pile ]clicked>
<broadcast[ freshkillarea ]>
In the background:
<when I receive[ freshkillarea ]>
<switch to costume[ freshkill ]>
Offline
;D
thank you! it worked!
Offline
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