Computer Science Canada how to return to game menu |
Author: | iwannadie123 [ Thu Apr 26, 2018 9:40 am ] |
Post subject: | how to return to game menu |
We made a game that involves levels and a main menu. The menu takes you to the levels. How would you go form the levels to return to the main menu? thx |
Author: | Srlancelot39 [ Wed May 02, 2018 8:25 am ] |
Post subject: | RE:how to return to game menu |
Make it a function! ![]() Any specific task your program performs repeatedly should be a function. It could be as simple as a function that turns strings into booleans, or as complex as a...main menu. ![]() |