marcjmcdougall / zombie-bop

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

Spam clicking the screen results in Glove latency. #5

Closed marcjmcdougall closed 9 years ago

marcjmcdougall commented 9 years ago

The Glove starts to behave erratically and in a non-fluid manner when the screen is clicked on rapidly. This is likely because we are clearing the actions each time a screen click is made.

Instead, we should manipulate only the actions that are relevant when a new click is made.