i would like to know how to make a sprite clickable and then change the background? does anyone know how?
if you dont understand, because i dont think i know how to explain how do i make sort of a menu thing and make things clickable so that they can go to another background or peice of the game?
i dont really know how to explain but i really need to know how to do that?
anyone please????? asap please! it would be a great help if you answered my question! it's part of my scratch project and its something that is due soon for a class i have.
Last edited by melblah (2010-04-03 00:49:57)
Offline
Try something like this.
<when[ sprite ]clicked>
<broadcast[ message
[/blocks]In the other sprite(s):
<when I receive[ message
<your scripts>[/blocks]
Does that help?
Last edited by hmnwilson (2010-04-03 01:30:30)
Offline
melblah wrote:
Im not sure what is supposed to go in the message part?
Pretty much anything will work.
The "broadcast ___" block sends a message to every sprite in the project. The "when I recieve ___" block starts when the first sprite broadcasts that message. You'll find it's a really useful block. But what you name that message won't make a difference.
Does that make more sense?
Last edited by hmnwilson (2010-04-03 02:58:50)
Offline
Uhm, good luck melblah!
Offline