chris1986m Posted June 13, 2015 Share Posted June 13, 2015 Hi, i've a quick question.Is it possible to move a group of sprites in a smooth way.Velocity of 300, for moving from right to left. Every few seconds i've created a group of sprites from 16 - 128. But in movement i can see a jittering. Tested on Chrome and Cocconjs.I've tried a lot of different thinks. - Not velocity. X and y of the sprite directly in the update function- this.game.renderer.renderSession.roundPixels = true;- create one sprite with arcade physic and all other only as childs.- Super small image May be someone has an idea to move sprites in a smoother way. In the game jetpack joyride, there are also groups of a lot of sprites (coins)..... Regards,Chris Link to comment Share on other sites More sharing options...
Recommended Posts