Hi I'm new to Scratch and i am in the process of creating a game but i have got stuck at making the game end when my 'lives' variable reaches 0. Could anybody help me i'd be very greatful if you did
Thanks for Reading
Offline
<when green flag clicked>
<hide>
When the guy dies then make a new signal and broadcast it
<broadcast[ GAME OVER ]and wait c>
<when I receive[ GAME OVER
<show>
Last edited by Mr_X (2009-11-18 13:04:31)
Offline
Mr_X wrote:
<when green flag clicked>
<hide>
When the guy dies then make a new signal and broadcast it
<broadcast[ GAME OVER ]and wait c>
<when I receive[ GAME OVER
<show>
What if you put a variable, lets say "lives" and when it goes less than 0, how would you put the game over?
Offline