I want to flip my character to move left so that I dont have to animate a new left animation on every character (Yeah Im lazy). Is there an easy way to do this? -Using kaboom.js Answer player.flipX(true) should work assuming that player is the sprite that you created