i want to disable touch in Cocos2d screen. i want touch disable for 4-5 second.any one help me. thanks
|
feedback
|
|
Use a bool value to toggle your touch code on/off.
Somewhere else, disable touch temporarily:
I leave re-enabling the touches up to you. | |||
|
feedback
|
|
Also you can set a custom timer:
and count down when you need it:
| |||
|
feedback
|