views:

57

answers:

1

I'm working on a game in C# w/ XNA, and I want to make a main menu screen/title and options screens.

I'm not sure how to make them, or what's required to do so.

+3  A: 

You might want to take a look at the Game State Management sample.

Also, I'd recommend reading this article for a detailed explanation of how the sample mentioned above works.

Dennis Delimarsky