hi i wanna know how to make a basic paddle and ball game can someone show me how please PLEASE!
<when green flag clicked>
SO FAR I'VE GOT THAT
Offline
You mean something like pong? There's a pong game that comes with scratch's sample projects. Just go to open a project, and you should see a bunch of folders there already. Go to games, and open the pong game. Then do whatever you want with it.
Offline
hmnwilson wrote:
You mean something like pong? There's a pong game that comes with scratch's sample projects. Just go to open a project, and you should see a bunch of folders there already. Go to games, and open the pong game. Then do whatever you want with it.
or you can do
for the paddle
<when green flag clicked>
<forever>
<set x to( <mouse x>
<end>
for the ball
<when green flag clicked>
<forever>
<move( 5 )steps>
<if on edge, bounce>
<if><touching[ paddle
<point in direction( (( 180 <-> <direction> ))
<end>
Offline
hmnwilson wrote:
You mean something like pong? There's a pong game that comes with scratch's sample projects. Just go to open a project, and you should see a bunch of folders there already. Go to games, and open the pong game. Then do whatever you want with it.
yea! I'll tell you how to get there! first, you open scratc, next you goto the top of the page where you see the buttons with save as, extras, etc. click on the one that says open, then goto games, and you'll see pong! double click it and look at the scripts! there you go!
>>>>>>>J0j2<<<<<<<<
Offline