Froggie is right, but heres a quick solution. You could create a background image, then lay menu text on top. Then find out the position of the mouse by using:
print mousex()
print mousey()
Now run your menu program and note the coordinates of the text.
eg.
y
^
|
|
| *------------
| -text here-
| ------------+
|
--------------> x
Note the cooridinates of the astrisk and cross.
Back to your program. All you have to do now is to use the IF command to check if the mouse is on the text. This is done by seeing if the x value of the mouse is larger than x value of the astrisk and smaller than the x value of the cross and also if the y value of the mouse is bigger than the y value of the cross, but samller than the y value of the astrisk.
No repeat for each single text item on the menu. To get the sound, if the mouse is over your text, then hilight the text, and play a sound. simple.
dragontail
[edit: made the ASCII look better

]
Current Rig:
P4 2.4GHz | 512MB DDR333 RAM | 80GB BarracudaIV | Geforce4 Ti4600 128MB | XP pro SP1
please help the newb
