Hi,
For Pausing all schedulers and actions in Cocos2D, use this line.
[self pauseSchedulerAndActions]; |
For resuming the paused schedulers and actions, use this.
[self resumeSchedulerAndActions]; |
Hi,
For Pausing all schedulers and actions in Cocos2D, use this line.
[self pauseSchedulerAndActions]; |
For resuming the paused schedulers and actions, use this.
[self resumeSchedulerAndActions]; |