Multiple Animations

How do I set up multiple animations?I’m making a 1st person boxing game and I can’t figure out how to get the idle stance and the punch to be a separate animation.

Hello
well, just press the “new” button ( double arrow) in the “Action” editor?!
Then
Then assign the different actions to different keyboard keys, for ex:
Keyboard Sensor- F key -> AND -> Action Actuator - kickaction
Keyboard Sensor- G key -> AND -> Action Actuator - punchaction
You can set priorities, lower numbers will “play first”, and “blending” will “smooth” the transition between animations.
Bye