假设要使用popScene跳转到A,要实现什么函数才能完成回调呢?

cocos2d-iphone
我现在在sceneA使用pushScene函数跳转到sceneB,现在在使用popScene跳转到A,要实现什么函数才能完成回调呢?

杨魅力
浏览 194回答 1
1回答

千巷猫影

From A to B:[[[CCDirector sharedDirector] pushScene:[sceneB scene]]];Pop back to A:[[[CCDirector sharedDirector] popScene]];Call popScene in the backToSceneA button's block or selector.
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Cocos2d-x