
-----------------------------------
CanadianGoalie
Tue Jun 08, 2004 9:09 am

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

-----------------------------------
Tony
Tue Jun 08, 2004 11:01 am


-----------------------------------
you [url=http://www.compsci.ca/v2/viewtopic.php?t=370]loop back to menu

-----------------------------------
aside
Tue Jun 08, 2004 6:12 pm


-----------------------------------
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"
