Hey,
I have got a little problem in my game.
This is my events:
oi46.tinypic.com/vec5c1.jpg
You can see at the bottom of events a Trigger3. When my player.controller is overlapping the Trigger3, my hero dosent play animation "To_crouch" but only get first frame from this animation. It's only work when i add event Destroy player.controller but i need him. So what i do wrong?
And another question. I wont made two states of moving. On crouch and standing movement. the only difference is the animation, nothing more, how can i switch the movement animations? For example i got walk animation:
Walk1
Walk2
Animation "Walk1" is on layer start. When my hero touch a trigger i want him to use for moving animation "Walk2". How can i do this?