Platform game questions.
Posted: Mon Feb 21, 2005 10:44 pm
I'm currently working on a platformer to support my Comic Book (think mario on crack), So far my main problem is stopping my actor from using it's jump animation. I have it using a jumpanimation, when ever i hit the space bar, however it stays in the jumpanimation when it hits the ground. I tried making a {key down} to casue the animation change, and a {keyup} to change it back, and it worked only may actor can't jump at all. How should i be going about this. I baciallly want an animation for every action, i.e move left right, jump, crouch down, and for other key events like using items. suggestions? FYI i did the gravitey like in the tutorial that came with the demo.