Algorithm for 2 Window Instances

Started by
0 comments, last by Headkaze 15 years, 7 months ago
What i have so far is a window that pop-ups up upon execution and uses GLBitmapFonts to display a 'Yes or No' question. But what i'd really like to program is for the 'Y/N' to light up when i select it. Also, When 'Yes' is selected i'd like to display one of the projects that i've been working on. Im almost postive that i need a global pointer for this, a switch statement for the case of 'yes or 'no', and hopefully many other fun things =) (newb).
Advertisement
Have a look at this example gamestate manager for XNA

http://creators.xna.com/en-us/samples/gamestatemanagement

This topic is closed to new replies.

Advertisement