right well here u are if it dont work pls tell me
load bitmap "your backround here.bmp",0
set current bitmap 0
put all this above the code underneath
a=1
menu:
do
ink rgb(0,0,0),0
if mousex()>=180 and mousex()<=250 and mousey()>=275 and mousey()<=275+text height("new Game")
ink rgb(500,500,500),1
endif
text 180,275,"new game"
if mousex()>=180 and mousex()<=250 and mousey()>=275 and mousey()<=275+text height("new Game")
ink rgb(500,500,500),1
if mouseclick()=1
exit
gosub game
endif
else
ink rgb(500,500,500),1
endif
ink rgb(0,0,0),0
if mousex()>=325 and mousex()<=375 and mousey()>=275 and mousey()<=275+text height("Options")
ink rgb(500,500,500),1
endif
text 325,275,"Options"
if mousex()>=325 and mousex()<=375 and mousey()>=275 and mousey()<=275+text height("Options")
ink rgb(500,500,500),1
if mouseclick()=1
d=1
gosub optionsgame
endif
else
endif
ink rgb(0,0,0),0
if mousex()>=450 and mousex()<=475 and mousey()>=275 and mousey()<=275+text height("quit")
ink rgb(500,500,500),1
endif
text 450,275,"quit"
if mousex()>=450 and mousex()<=475 and mousey()>=275 and mousey()<=275+text height("quit")
ink rgb(500,500,500),1
if mouseclick()=1
end
endif
else
ink rgb(500,500,500),1
endif
sync
loop
return
optionsgame:
if d=1
gosub options
else
goto game
endif
return
options:
if a=1
ink rgb(0,0,0),1
print "game options:";
print " controls";
print " credits" : a=2
endif
return
game:
cls
your game code under here
where it sais new game and whatever put what you want eg start game or somtin whatever you like and put all the code for your game under where it sais.
the options dont acually work you will need to put somting like the others
eg:text 180,275,"controls or credits"
if mousex()>=180 and mousex()<=250 and mousey()>=275 and mousey()<=275+text height("controls or credits")
ink rgb(500,500,500),1
if mouseclick()=1
exit
gosub controls or credits or whatever options you like
if you need more info about how to do controls and credits just ask.
and if you need to know how the mouseclicking on the text works i will explain
hope it works steve
current projects
codename : tasgarad