keyle Posted March 27, 2014 Share Posted March 27, 2014 Hi. I'm attempting to make a pinball like game with Phaser. So far, not much luck with the physics system. I tried Arcade, Ninja and finally P2 and found the following issues: - Arcade and Ninja - I can't simulate the flipper hitting the ball at an angle. Seems the physic system is simplistic? I tried changing the angle and body angle with not much luck. - P2 - I can't seem to be able to "hold" the flipper at a fixed position, it always falls with gravitiy like the balls. Also, I can't seem to be able to change the anchor to something than the center of the sprite. Any help would be GREATLY appreciated. Link to comment Share on other sites More sharing options...
schteppe Posted April 22, 2014 Share Posted April 22, 2014 Did you check out http://georgiee.github.io/phaserpinball/ ? Source here: https://github.com/georgiee/phaserpinball jpdev and george 2 Link to comment Share on other sites More sharing options...
Recommended Posts