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

#1 2008-10-12 15:06:59

hersheybar
Scratcher
Registered: 2008-10-12
Posts: 5

Help Please

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

 

#2 2008-10-12 15:17:42

linkie-boy
Scratcher
Registered: 2008-02-02
Posts: 5

Re: Help Please

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)


Through fire, justice is served!

Offline

 

#3 2008-10-13 20:29:15

vikaros
Scratcher
Registered: 2007-06-04
Posts: 100

Re: Help Please

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

 

Board footer