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); << レイヤー移動
レイヤーは移動しますが、メニューは移動したくありません。