Search code examples
gml

In GameMaker, how to bounce object further with the Bounce action?


I've set it up so that when my character collides with a wall, it bounces (non-precisely, if that matters). However, I'd like it to bounce further than it currently does, and I don't see an option to adjust it. How should this be achieved?

Thanks!


Solution

  • On collision, increase the velocity of the object.