! is "not" so != "does not equal"

i.e. same as if(laufen.x == 0)


you can also write it

if (!laufen.x)


it's the same thing just the first is easier for some to read than the second way which is a shortcut