Continued Jumping
Hello wise person smart enough to answer this question. So I have a circle, and I want to make it so the circle falls down and hits a platform then bounces back up. But, overtime it bounces up, I want it to go to the same spot. How do I do so?
Comments
@TappWater Custom gravity. Configure the platform to increase upward velocity until the return bounce matches the drop point.
Its simply accomplished by changing velocity. When the actor hits the ground, change velocity upwards at a certain speed. You'll have to play with the speed settings, but its as easy as that. I'll post a demo tomorrow if you still need assistance.
@Summation @Braydon_SFX ok thanks guys! Ill work on this tomorrow