how to make your jump go faster down?
yasoofx
Member Posts: 332
So i was wondering how can i make my actor jump normal but goes down faster?
Best Answers
-
-Timo- Posts: 2,313with the accelerate behavior
something like accelerate rotation 270
speed 400 (or something) -
CodeMonkey Posts: 1,803Increase the acceleration downwards. But also increase the initial velocity upwards to counteract the new downward acceleration.
Edit:
Acceleration on an actor is the "gravity" the actor will use. The higher the acceleration downwards, the faster it slows your upward velocity and make your Y velocity negative.
To treat it like normal physics, gravity does not change based on what direction you are moving. If you want to jump higher, you need a faster velocity upwards initially.