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 gf clicked forever if <not<(Lives) > (0)>> stop all end
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 gf clicked forever if <(Lives) < (1)> stop all end
when gf clicked forever if <(Lives) < (1)> stop all end
How's this?The "not" and "<" are under "Operators."