JUMP STOP BOUNCING! grrrr...
ChipmunkGames
Member Posts: 106
Hey guys, i tried to make my guy jump. when he does he bounces off the ground! How do i fix this? I've already set density, friction, and restitution to 0.
Here's the script so far:
Bounce when colliding with platform
Rule
When key up is down
for 0.1 seconds (run to completion checked) Accelerate 90 degrease at speed 5000
Here's the script so far:
Bounce when colliding with platform
Rule
When key up is down
for 0.1 seconds (run to completion checked) Accelerate 90 degrease at speed 5000
Comments
Make sure both actors have restitution = 0.
Try just changing the self.Motion.Linear Velocity.Y to some number. Gravity will take care of the rest.