Page 1 of 1

Problem With key up, Unable to crouch.

PostPosted: Tue Mar 25, 2008 7:45 pm
by ZackMZPES
I have an older version of game-editor, And i'm making a shooter game. :D

My problem is, when I try to make the character crouch and shoot, he returns to his standing pose,
Why isn't there a two button input for key up? :(

There is for key down, and I have increase the yvelocity, in script editor but it has no effect, trying to make the event actor crouch and shoot and stay crouching after shooting is a pain, Should I update my GE? :?

Re: Problem With key up, Unable to crouch.

PostPosted: Tue Mar 25, 2008 9:48 pm
by DilloDude
You may have some function that changes to standing when youy shoot. In that case, you should have a stored variable, and when you shoot, check whether to stand or crouch.

Re: Problem With key up, Unable to crouch.

PostPosted: Thu Mar 27, 2008 2:43 am
by ZackMZPES
DilloDude wrote:You may have some function that changes to standing when youy shoot. In that case, you should have a stored variable, and when you shoot, check whether to stand or crouch.

Why, thank you for that advice.

Now i just started game designing and i need some "human" advise, I don't want to be taught by a program.
Thats why im asking you guys.