izzwizz10 wrote:
How do i get the lives to go down when my 2nd sprite is touching the 1st one ?
put this in sprite1
<when green flag clicked>
<forever>
<if><touching[ Sprite2
<change{ lives }by( -1
<wait until> << <not> <touching[ Sprite2 >>
<end>
<end>
Offline