Hi all, im trying to create my own version of the classic Pong with realistic physics.
I have the game set up for testing at the moment, i want to get things right so i can have the ball bounce of all 4 sides of the form. Unfortunatley my coding only works on the top and left walls where I have set the value 0.
On the right and bottom walls the ball just continues right on through rather than bouncing back. I've tried using specific values to make the ball bounce as well as using the forms width added to the left and height added to the top but still to no avail.
Can someone have a look an see where I've gone wrong, im assuming its something I've done or missed.
Many Thanks
Ben
Last edited by lil_bugga; Aug 13th, 2007 at 07:18 PM.