Help!!! ACTORS JUMPING
expired_012
Member Posts: 1,802
Hi everyone,
so i have a quick question. The actors in my game, when jumping, increase in height after every jump. After like 10 seconds they jump so high that they go off the screen and never come back down. How do I make it so that they always jump at the same height level? THANKS!
so i have a quick question. The actors in my game, when jumping, increase in height after every jump. After like 10 seconds they jump so high that they go off the screen and never come back down. How do I make it so that they always jump at the same height level? THANKS!
Comments
What I'm really looking for is a way to set Restitution per object and for it not be additive.
Any ideas?
The resolution is actually pretty easy. Just set up a rule for the object that says If Player overlaps or collides with object then Collide with Player and Contrain Restitution to 1.
Easy peasy.