Make an image the same height and width as your screen. EX(800*600) For you background. call it back.bmp or something like that.
Make some other images that says "START GAME" or "OPTIONS" what you need in your menu. Use the folling code:
rem loads up the back.bmp
LOAD IMAGE "back.bmp",1
rem Load you other images:
LOAD IMAGE "start.bmp",2
LOAD IMAGE "Options.bmp",3
rem now first paste your back.bmp
PASTE IMAGE 1,0,0
rem now you other images add any x and y cordinates
PASTE IMAGE 2,X,Y
PASTE IMAGE 2,X,Y
Hope this helps.
PS: I don't know how to get a transperent background for your menu images if anyone else can help him whit this. Or if you know it's ok then.
Only heroes live forever
