I upgrade my application, like the others, to Cocos2D 3.0 when we talk. I have problems, although some methods are in the application.
1: I also use the accelerometer as follows:
self.AccelerometerEnabled = YES;
however this has also been modified, what is the replacement method for invoking the accelerometer?
2: Finally, I used the Cocos2D 2.x actionManager as follows:
[[[CCDirector sharedDirector] actionManager] resumeTargets:self.pauseTargets];
What is the new replacement method for calling resumeTargets?
Believe me, I looked through the documentation for version 3.0 and did not find a new replacement API for them.
source
share