hmr Posted July 29, 2014 Share Posted July 29, 2014 Hi,i try to create a game with a moving ball in a stage which is bigger than the device screen.So i need to have a camera movement but when the ball flys from top left to bottom right and the camera starts to move, it looks strange.It looks like the ball is changing the direction. I know its causing of the camera movement but is there a way to fix that? Here is a jsfiddle to show you the problem: http://jsfiddle.net/p7ffp/1/ (Toggle the background to see the effect) ThanksHenning Link to comment Share on other sites More sharing options...
lewster32 Posted July 29, 2014 Share Posted July 29, 2014 I don't know what to suggest other than having a background so there's some point of reference. This isn't really a bug or an issue with Phaser as much as it is a design challenge. Without a point of reference the ball will appear to be moving weirdly as the camera tracks it. Even if you smoothed the camera motion manually, it'd still look like it was moving erratically. Link to comment Share on other sites More sharing options...
Recommended Posts