When I make a sprite get touched by another, I made it broadcast "Game Over" and something pops up. But when i click green flag it broadcasts game over when the sprites have not even touched. Please help.
when gf clicked
if touching sprite1
broadcast Game Over
that is my script.
Last edited by cord_thundertree (2013-04-21 10:56:27)
Offline
Couple of things:
should be:
when gf clicked forever if touching [sprite v]? broadcast [Game Over v] endYou should also ensure that when you start a new game they aren't touching by putting a set x and set y block before it starts the forever loop.
Offline