I'm trying to create a game menu, so basically there's a start screen and your click the button to start the game...
how do I have different states of the screen, suppose game menu is a state, play game is another state, and then game over is another state, how do I go about implementing those in my game. Would I use a case statement, if someone could me some guidelines on how to do this then that would be great.
Thanks.
1