Kinsures
>
Creations
>
Game Maker examples
Full Version:
variable not equal to
AwesomeDesign
21st February 2009 - 03:36 PM
an obvious way of doing this is
CODE
if x != 0{x = 0}
or
CODE
if x not = 0{x = 0}
but this will give you an error message.
the way to right do it is:
CODE
if x <> 0{x = 0}
this means if x is less than 0 or x is greater than 0, set x to 0.
Powered by
IP.Board
v1.3 © 2003 -
iPBFree
v.2.1 © 2007