Scrolling Game Development Kit Forum

SGDK Version 1 => Help/FAQ => Topic started by: mccool on 2006-07-02, 02:42:13 PM

Title: Bouncing Angle
Post 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?
Title: Re: Bouncing Angle
Post by: durnurd on 2006-07-02, 05:06:48 PM
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.
Title: Re: Bouncing Angle
Post by: Jam0864 on 2006-08-10, 01:58:44 AM
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