Hi All,
I have developed a game using phaser JS. In which I want to move sprites from right to left .I done it with sprite.body.velocity.x (Decrease sprite's x value in update() also works fine).It moves fine. But while moving it is not smooth , the sprites look shaking How to overcome this.
Please anyone help me.
Thanks,
Sakthi