Yeah like for example my code is similar to this:
1 If private variable "moving" = 1
Set animation to "walking"
2 If private variable "moving" <> 1
Set animation to "Default"
And all I ever get is default, even when "moving" = 1.
Am I supposed to set the animation AND play it? cause if I do the same thing happens...
Hmm I just tried what I put there, if I put a trigger once while true event in it seems to work. FINALLY, perhaps it was constantly playing the animation from frame 1 and before frame 1 was finished it had restarted the animation and my frame 1 of walking was the same as frame 1 default...
I guess that explains it!