The code:
-(void) GoToMainMenu: (id) sender {
[[CCDirector sharedDirector] sendCleanupToScene];
[[CCDirector sharedDirector] popScene];
[[CCDirector sharedDirector] replaceScene:[CCTransitionFade
transitionWithDuration:1
scene:[HelloWorldLayer node: ]]
];
}
I repeatedly keep getting the error “Expected Expression before ‘]’ token.
You aren’t passing anything here.