Hi
I’m a noob and trying to make a platform game and want to make the character jump on some springs which will go to another set of springs kinda like Sonic. I want it so it will consistently do it in the same arc and direction each time. I’ve tried using collisions and applyLinearImpulse or applyForce but depending on what angle you jump on it will send the character off in varying directions. I thinking I need to override the gravity or something (my code is a mess). Any help would appreciated.