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

#1 2009-07-01 17:31:03

Zapdos2000
Scratcher
Registered: 2009-06-02
Posts: 13

How do you get one sprite to bounce off another???

I made a pinball game (not so good) and the ball won't bounce off the paddles.  sad
PLZ help

Link to pinball game:  http://scratch.mit.edu/projects/Zapdos2000/551585


http://img300.imageshack.us/img300/3310/mybanner4b26abb0bb6af.png
   Zapdos2000... FEEL THE POWER!!!
  cool

Offline

 

#2 2009-07-01 17:53:07

Oneandonly
Scratcher
Registered: 2009-02-07
Posts: 100+

Re: How do you get one sprite to bounce off another???

<when green flag clicked>
<forever>
<wait until><touching[ paddle
<turn cw( 180 )degrees>
<end>

Something like that.

Last edited by Oneandonly (2009-07-01 17:53:19)

Offline

 

#3 2009-07-01 20:50:43

BWOG
Scratcher
Registered: 2008-09-19
Posts: 1000+

Re: How do you get one sprite to bounce off another???

This is better.

<when green flag clicked>
<forever>
<if><touching[ paddle
<turn cw( 180 )degrees>
<end>
<end>

Last edited by BWOG (2009-07-01 20:51:06)

Offline

 

Board footer