Hi!
I have some zombies running around my map. That's okay, I put them there.
I get the moving state via condition "is moving" (RTS behaviour). I then set animation to "walk". This all works fine, except for they never stop walking. So what I need is a "is not moving" condition or rather a "special condition" that is "not". I tried it this way:
Zombie is moving -> Set Zombie animation to "walk"
else -> Set Zombie animation to "idle"[/code:21gge1gc]
But that didn't work either. At the beginning of the level however, they are all standing still, even when one of them is starting to move ...
.cap for looking into it yourself is here: [url=http://dl.dropbox.com/u/12049513/ZombiePanic.cap]http://dl.dropbox.com/u/12049513/ZombiePanic.cap[/url]
Best regards,
Noel