Jingles Posted December 17, 2014 Share Posted December 17, 2014 Hi guys, Just wondering if anyone has dealt with the Phaser physics engine and trying to make a sprite jump faster, I understand that if I want a sprite to jump HIGHER then that's easy enough with adjusting up the "sprite.body.velocity.y" but if I want a cool jump animation where it looks like the char is springing up at a faster rate than he was walking at..... how could I achieve this? Thanks in advance for any ideas! Jingo Link to comment Share on other sites More sharing options...
shmikucis Posted December 17, 2014 Share Posted December 17, 2014 Hi Jingles, what about increasing sprite.body.velocity.y together with sprite.body.gravity.y ? Adjusting correctly sprite wouldn't jump higher but faster. Link to comment Share on other sites More sharing options...
Recommended Posts