like right i now i have it so these yellow balls fly at the sprite and if it touches one of them, it broadcasts and changes the background to game over. How do i get it so that if it gets thru the whole thing, it broadcasts something that says good job or whatever?
Offline
Make a sprite that has a script that says when I receive whatever then show.
Offline
this is my script right now...
[blocks]
<forever>
<if><touching[ sprite 9 ]> or <touching[ sprite 10 ]>
<broadcast[ game over]>
[/blocks]
Offline