Pong, but with griffpatch. bing
I think the ST made a mistake in their "How to Make a Pong Game in Scratch" tutorial. In that tutorial, @zinnea tells you to make the ball move 180 degrees to have it bounce. But...that's sending the ball back the way it came. When an object bounces off another object, the angle of bounce is equal to the angle it was at, but in the opposite direction. So really, you need to (at this point, I said turn 90 degrees, but that's a little glitchy, as the ball, or in this case, griffpatch, would turn and move into the paddle sometimes. Actually you need to point in 180 - direction. I guess both of us were wrong), as that's more realistic.