示例修复 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); <<图层移动
图层移动但不想移动菜单。