Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: kittikun on August 08, 2014, 07:30:49 AM
-
Hi,
Is there a way to prevent double tapping on a button ? Or do I need to edit all buttons to include a state check or create a variant of UIButton ?
-
I'm not quite sure what to prevent there... the message? Not sure why, since you can just ignore it... second tap too close to the first one? If so you will need to do that via code in your OnClick handling function. Instead of just doing your logic, check to see if enough time has passed first.