Help to Return Game to Menu
Author |
Message |
CanadianGoalie
|
Posted: 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 |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
Tony

|
|
|
|
 |
aside
|
Posted: Tue Jun 08, 2004 6:12 pm Post subject: (No 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" |
|
|
|
|
 |
|
|