I have been scratching for half an hour since I created my new user. I have found out how to use pen, variables, and motion. I am becoming to like scratch. But do anyone have any ideas for games?
BTW, what does broadcast do?
Last edited by Gigabyte123 (2007-10-15 05:58:50)
Offline
Gigabyte123 wrote:
I have been scratching for half an hour since I created my new user. I have found out how to use pen, variables, and motion. I am becoming to like scratch. But do anyone have any ideas for games?
BTW, what does broadcast do?
Broadcasts do this:
Lets say you wanted it so when this stickman touches this button, the button plays the pop sound? This is how you would do it:
In the stickman sprite:
<when green flag clicked>
<wait until><touching[ button
<broadcast[ I pushed it (or something memorable)
In the button sprite:
<when I receive[ I pushed it (or something memorable)
<play sound[ pop
That's how!
Offline
Thanks!
Offline