marcjmcdougall / zombie-bop

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

Restarting the game multiple times leads to lock of action controls. #2

Closed marcjmcdougall closed 9 years ago

marcjmcdougall commented 9 years ago

It seems that after restarting the game twice, the controls lock. Animations still occur, but the user is unable to interact with the game.

In addition, the game becomes entirely unresponsive when a user then tries to click on the game again. This implies that that ActionThread is somehow getting stuck in an infinite loop somewhere.

This is likely related to issue #1.