Jingles Posted December 17, 2014 Report 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 Quote Link to comment Share on other sites More sharing options...
shmikucis Posted December 17, 2014 Report 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.