marcjmcdougall / zombie-bop

A simple mobile game developed within the time constraints of 8 hours in Starbucks!
0 stars 0 forks source link

Collision detection will not always immediately move the glove back to the top of the screen. #3

Closed marcjmcdougall closed 9 years ago

marcjmcdougall commented 9 years ago

Occasionally, when the Glove collides with a zombie, it will not go back up to the top, and instead will continue to the bottom of the screen.

The method clearActions() may be running slower than a previous action render on a different thread?