nickydraz / iOSTapGame

Simple cathartic game for iOS devices
0 stars 0 forks source link

Reset Button Needed #3

Open nickydraz opened 8 years ago

nickydraz commented 8 years ago

There needs to be a way, in-game, to reset the counter to zero, and begin again. Not sure if the color should revert back to its original, or stay the current color, but that can be a possibility.

nickydraz commented 8 years ago

Tried to get a long-press action to trigger a UIAlertView, but was struggling to get the compiler to be error-free with this. In the end, could not get long-pressing to work. Could be because I have a touch action on the whole view already. Will need to look into this more later.

Discarded all changes associated with this.