Huddah hudda hudda, mff hudda hudda. Mmf, mmhudda huddah huh.
(Go to the 'sensor' blocks, grab a 'touching [----]' block, set the blank spot to the sprite that ends the game if touched, then put in a 'stop all scripts' block in. It'll look like this:
<if<touching[Sprite 1>
<stop all>
<end>)
Offline
hmmmmm
Offline
Pyro-TF2 wrote:
Huddah hudda hudda, mff hudda hudda. Mmf, mmhudda huddah huh.
(Go to the 'sensor' blocks, grab a 'touching [----]' block, set the blank spot to the sprite that ends the game if touched, then put in a 'stop all scripts' block in. It'll look like this:
<if<touching[Sprite 1>
<stop all>
<end>)
Restart, not stop
Offline
Replace all of you "When Flag clicked" with "When I Receive [start]" blocks. To restart, broadcast start. Then just add
<when green flag clicked>
<broadcast[ start ]>
Offline