Hi Wu dynasty.
There are so many ways to get that...I thing one of the best is get your menu images and make something like this piece of code.Obviously, then you will have to write conditions to be taken to program flow.
autocam off
sync on
rem buttom texture
ink rgb(130,130,130),0
box 0,0,640,480
ink rgb(0,0,0),0
box 100,100,150,130
ink rgb(150,150,150),0
box 101,101,149,129
ink rgb(255,255,0),0
set cursor 105,105:print "START "
get image 1,103,103,145,127,1
do
if mousex()>100 and mousex()<150 and mousey()>100 and mousey()<130 and mouseclick() then paste image 1,103,105 else paste image 1,103,103
sync
loop
@ShellfishGames
Edited
Sorry...I answered at the same time and didnt't see youra example....looks like I copied it

...good example yours !!!
Cheers.
I'm not a grumpy grandpa
