XNA Creators Club Online
Page 1 of 1 (3 items)
Sort Posts: Previous Next

Making a Startup Menu?

Last post 11/13/2009 6:04 PM by Pugnap00. 2 replies.
  • 11/13/2009 4:22 AM

    Making a Startup Menu?

    I am just starting out with XNA and am trying to design my first game.I have watched all the 2D tutorials and am wondering how to make a main menu so the game doesnt just start up into gameplay. If you could explain it it would be helpful. again, i am just starting out. Thanks.
  • 11/13/2009 5:55 AM In reply to

    Re: Making a Startup Menu?

    Answer
    Reply Quote
    You could check out George Clingerman's The State of Things tutorial to get you started. Or you could dive right into the GameStateManagement sample, provided by the XNA team.
    Previously known as "Rainault".
    Twitter - me, Jade Vault Games
    Announcing ASCII Quest, a Roguelike under development for Xbox LIVE Indie Games
  • 11/13/2009 6:04 PM In reply to

    Re: Making a Startup Menu?

    Well instread of starting your game level when you run the program have it run your start screen.

    StartUpMenu();

    //something like that


    Then within the startup menu you can have an option to start the actual game from there. Try something simple at first to get the machanics in. Maybe just a picture with the words "Press start to begin".

Page 1 of 1 (3 items) Previous Next