示例修复top_right上的精灵
ShowLabelScore = [CCSprite spriteWithFile:@"showscore.png"];
ShowLabelScore.position = ccp(515,300); < top right
[self addChild:ShowLabelScore];
但移动瓷砖游戏
self.position = ccp(self.position.x + 50,self.position.y); &LT;&LT;图层移动
图层移动但不想移动菜单。
答案 0 :(得分:0)
为菜单和Gamescene图层创建图层。在gamescene中添加当前图层和菜单图层,或者您可以创建Gamescene图层并在其中添加菜单项和当前图层。在此之后只移动您当前的图层