kodetosuccess / Final-Project

Repository for UCMHS Intro to Programming Final Project
0 stars 0 forks source link

brick game: cannonball #16

Closed lerazodiaz closed 8 years ago

lerazodiaz commented 8 years ago

If the cannonball touches the side of the screen in a wrong way, it'll bounce up and down only on the side of the screen.

atgao commented 8 years ago

this is because you guys had a code for c.comeback AS WELL AS code to make it bounce off in the opposite direction if it hit a ball. you guys were telling it to do several things if it went off screen which is why the glitch happened. c.comeback() isn't necessary