Pages: 1
How do you make your script say that if your life points/ lives are set to 0 it's game over?
Last edited by jcorules (2012-07-17 20:01:04)
Offline
Try this:
when clickedforeverif notLives > 0stop all
thanks!
how do you get the circular (>) and (not) block? I could only find the diamond one and that didn't work.
Last edited by jcorules (2012-07-18 07:39:33)
amcerbu wrote:Try this:when clickedforeverif Lives < 1stop all
when clickedforeverif Lives < 1stop all
How's this?The "not" and "<" are under "Operators."