I 'm trying to create an event sheet, but I can not solve some problems, I create an object (character) and put an animation, i am using keyboard to movement the object! i have animation to Movement, Jump, Stop and Lower! when i press left and right the Animation make MOONWALK! when i press right and left its make MoonWalk to!
Keyboard --> On Right Arrow Pressed --> Animation(Character) --> Set animation to "Movement" (Play for beginning)
Keyboard --> On Left Arrow Pressed --> Animation(Character) --> Set animation to "ReMovement" (Play for beginning)
Keyboard -->On Down Arrow Presed --> Animation (Character) --> Set animation to "Lower"(Play for beginning)
Keyboard --> On Right Arrow Releassed --> Animation(Character) --> Set animation to "Stoped" (Play for beginning)
Keyboard --> On Left Arrow Pressed --> Animation(Character) --> Set animation to "ReStoped" (Play for beginning)
Character --> platform is Jumping --> set animation "jump" (play for beginning)
------------------------------------------
i need help to stop the MoonWalks!