TurtleTheater / Cannonball

Firing a cannonball from a cannon, made fun!
MIT License
0 stars 0 forks source link

Ball.update() issues. #43

Closed halfoff closed 10 years ago

halfoff commented 10 years ago

The Cannonball class is having issues updating. It only updates when the the cannon's angle is being changed. I don't know if it's a when the cannon.aim() is being called, or when it it checking for the key pressed events.

geppettodivacin commented 10 years ago

You may need to redo your attempts branch. Make sure that you sync your local master branch before you make a new branch, and branch from master. Your code is way behind from the current version.

I'll take a look at what you've got, but you might want to merge the master branch first thing.

geppettodivacin commented 10 years ago

Actually, you may not want to merge master. That will end up getting very ugly, very quickly. If you know what you need to do, the best course of action is probably just to make a new branch off of the current master and then work from there.