im making a simple breakout game and im having trouble. How would i make it so when the ball hits the block it bounces back towards the bottom of the screen? Instead it hits the brick, breaks it and continues upward hitting the ones above it. This kinda eliminates any challenge in my game so im hoping for a solution. Thank you.
Offline
jumpman12 wrote:
im making a simple breakout game and im having trouble. How would i make it so when the ball hits the block it bounces back towards the bottom of the screen? Instead it hits the brick, breaks it and continues upward hitting the ones above it. This kinda eliminates any challenge in my game so im hoping for a solution. Thank you.
Are you using a "move _ steps" block, or changing it's X and Y coordinates via variables or preset?
Offline