Fighting Game Help
 Posted: Sat Sep 27, 2014 11:59 am
Posted: Sat Sep 27, 2014 11:59 amFirst of all, I want to say that I don't have any .ged files in here, but I think my question is kind of easy to understand. 
I want my character do a simple punch.
So I create a key down event
My problem is after that he keeps doing that animation until I press another key which would change my animation. What should I do to make the character do the animation once then stop?
			I want my character do a simple punch.
So I create a key down event
- Code: Select all
- Key Down -> w -> ChangeAnimToSimplePunch
My problem is after that he keeps doing that animation until I press another key which would change my animation. What should I do to make the character do the animation once then stop?