Scrolling Game Development Kit Forum
SGDK Version 1 => Help/FAQ => Topic started by: mccool on 2006-07-02, 02:42:13 PM
-
I want to make a breakout style game. i need the ball to bounce at a certain angle when it hits a wall or my little platform thingy. How can i do that?
-
You would have to write a script to run during OnBeforeSpriteMove and call ReactToSolid and bHitSolid then set the x and y velocity based on the direction you want it to bounce.
-
i think you could make the walls sprites and make it so when ball (class A) hits wall (class B) B repels A meaning ball bounces off walls not sure it would be at the right angle though