I've searched the forum to solve this and found some posts, but still can't figure it out, sorry.
It's a plataform game with crouching. I've managed to make the guy crouch, but I'm trying to play the "crouch to stand" transition animation when releassing the down key and it automatically goes to stand without the animation I want. I guess it's due to the idle/stand animation taking over as soon as I release the key, but when I try to go around that weird stuff happen, like the character appearing under the plataform (weird, since there's no "position" trigger or anything like that).
This is what I got:
<img src="http://andresborghi.com.ar/help/problema01.jpg" border="0" />
I've also seen that you can handle "groups" so you shut down a whole part of the process at once but still can't understand that. Sorry, I come from another gamemaking engine.