okay im making a pong game and im trying to figure out how to get the ball to move can u please help me.
Offline
ps.. You will find that due to the way Scratch handles x and y values, you need a special formula to figure some of the bounces. Check out my Pong link I posted in your other forum post for the correct bounce angle formulas. One key to this method is that it has to keep track of which direction the ball is traveling in so that it can use the right formula to figure the bounce angle, but that is all in my script which I intentionally wrote about as simple as possible just for people working on Pong
Offline