Start Menu

Blitz3D Forums/Blitz3D Beginners Area/Start Menu

Happy Llama(Posted 2012) [#1]
I have a game in which I want to make a start menu. I already have a basic start menu that is just a function with a image drawn across the screen and when you press enter it starts. How would I make it so I have two buttons, one to exit and one to start?

-Happy Llama


Yasha(Posted 2012) [#2]
Both versions of the excellent Draw3D library contain GUI code and (I think) have a demo of a classic videogame start menu as part of the bundled example code.

V2: http://www.blitzbasic.com/Community/posts.php?topic=92270
V1: http://www.blitzbasic.com/Community/posts.php?topic=78304

Both excellent libraries, I would highly recommend them for all of your drawing needs. V2 is obviously the generally better one, and includes far more GUI code if I recall correctly.