i have been looking for hours how to make the paddle in pong move side to side and how to make the game quit when the ball dose not hit the battle please reply
Offline
Well try
<when green flag clicked>
<forever>
<set y to( Your decision- probably a minus number
<end>
<when green flag clicked>
<forever>
<set x to( <mouse x>
<end>
Last edited by linkie-boy (2009-03-17 13:28:09)
Offline
There are a lot of pong games, and many have simple code that you can easily look at to see how they work. You should do a search for games tagged with pong.
Here's one that might be helpful: http://scratch.mit.edu/projects/mrandrew/291163
Offline