A message is called a broadcast. Let's say I had a "Play" button, and when the player clicks it the sprite the player's controlling shows. You say to make this work:
For the play button:
<when[ playbutton ]clicked>
<broadcast[ playclicked]
<hide>
For the Sprite the player's controlling:
<when green flag clicked>
<hide>
<when I receive[ playclicked]
<show>
Understand? The message/broadcast sends a message to another sprite, causing it to do something when the first sprite is clicked or something. Sorry it's complicated, you might want to ask someone else 'cause i can't explain it any better.
Last edited by Technic20 (2007-10-14 07:36:57)
Offline