我有两个Scene
,一个是WallScene
,另一个是ExeScene
。当我点击WallScene
时,我会推送ExeScene
CCDirector::sharedDirector()->pushScene(ExeScene::create(hanzi));
我在Layer
中WallScene
之一的popScene。在我的ExeScene
中,我有四个图层
我在TouchLayer中处理触摸事件。但是,当我弹出ExeScene时,我仍然可以在TouchLayer
中收到触摸事件。