Quote:
Originally Posted by smasher
What's the code that brings up the pause menu? And the code that brings up the main menu? And the code for "play" too.
|
pause is
[self addSubview

ause];
[randomMain invalidate];
main is
[pause addSubview:newmain];
play is
[newmain removeFromSuperview];
randomMain = [NSTimer scheduledTimerWithTimeInterval

-1.0/-1.0) target:self selector:@selector(randomMainVoid) userInfo:nil repeats:YES];