This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2008-10-18 15:20:44

xfluffle10x
Scratcher
Registered: 2008-10-18
Posts: 1

hi i'm new I NEED HELP!

hi i wanna know how to make a basic paddle and ball game can someone show me how please PLEASE!  smile

<when green flag clicked>

SO FAR I'VE GOT THAT  sad

Offline

 

#2 2008-10-18 19:31:45

hmnwilson
Scratcher
Registered: 2007-07-04
Posts: 1000+

Re: hi i'm new I NEED HELP!

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.


I'm taking a break from Scratch until 2.0 comes out. Any messages sent between then and now probably won't be read - sorry.
(Oct. 20, 2011)

Offline

 

#3 2008-10-18 20:33:45

Goldfish01
Scratcher
Registered: 2008-05-08
Posts: 36

Re: hi i'm new I NEED HELP!

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>


Improvement is dissasembling something and not putting it back together properly.

Offline

 

#4 2008-10-22 18:22:48

J0j2
Scratcher
Registered: 2008-08-20
Posts: 1000+

Re: hi i'm new I NEED HELP!

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<<<<<<<<


Happiness is a habit. You can help the world practice happiness a little more. Visit the 'Happiness List' below and post a list of 100 things that make you happy!
http://i.imgur.com/dMpk2.jpg?1?4499

Offline

 

Board footer