Problem with movement
denimkjb
Member Posts: 10
Hi, i have a problem with some moves
I have 3 boolean attributes (left, right and jump), in the scene i have an actor and 3 buttoms to move the actor left, right, and make it jump. Everything goes perfect but i want to make the actor move in the air left and right.
What happens is that when i press the jump buttom he jumps very smooth, but in the aire if i press left or right he goes to that direction very slow and starts falling very slow, like he was flying or something like that.
Ant ideas?
Thanks
I have 3 boolean attributes (left, right and jump), in the scene i have an actor and 3 buttoms to move the actor left, right, and make it jump. Everything goes perfect but i want to make the actor move in the air left and right.
What happens is that when i press the jump buttom he jumps very smooth, but in the aire if i press left or right he goes to that direction very slow and starts falling very slow, like he was flying or something like that.
Ant ideas?
Thanks
Comments
Also I don't use gravity I applied an accelerate to my actor and gave it a down direction and acceleration of 250.
I'm a newbie so I hope that helps ...