Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

1 decade ago by Christianl86

Hi, how do I make an always jump game using physics, I want to use the input controls to move the character but I want to automate the jump button.

1 decade ago by Graphikos

In the entity's update you could do something like this:

if (this.standing) {
   // jump code
}

1 decade ago by dominic

Or set the Entity's .bounciness to 1, so it will bounce back from the floor and walls.
Page 1 of 1
« first « previous next › last »