Computer Science Canada Help to Return Game to Menu |
Author: | CanadianGoalie [ Tue Jun 08, 2004 9:09 am ] |
Post subject: | Help to Return Game to Menu |
I have a minesweeper game and when you win or lose, you have the option to play again or return to the main menu that I have. How do I return the game to the main menu? Procedure and then end it when they click on return to menu? Please Help |
Author: | Tony [ Tue Jun 08, 2004 11:01 am ] |
Post subject: | |
you loop back to menu |
Author: | aside [ Tue Jun 08, 2004 6:12 pm ] |
Post subject: | |
exit the loop you are in when you are playing the game, and it should return to the loop of teh menu, you can use "if" or "exit when" |