example fix sprite on top_right
ShowLabelScore = [CCSprite spriteWithFile:@"showscore.png"];
ShowLabelScore.position = ccp(515,300); < top right
[self addChild:ShowLabelScore];
but move tiles game
self.position = ccp(self.position.x+50,self.position.y); << layer move
layer move but not want to move the menu.