Here's the code of the menu since I strongly suspect there's a problem there:
Code: Select all
screen main_menu:
tag menu
add "interface/title.jpg"
imagemap:
ground "interface/mm_ground.png"
idle "interface/mm_idle.png"
hover "interface/mm_hover.png"
hotspot (924,430,230,52) action Start()
hotspot (948,494,221,43) action ShowMenu("load")
hotspot (966,549,224,43) action ShowMenu("preferences")
hotspot (986,604,222,44) action Quit(confirm=False)
hotspot (1006,660,222,44) action Web ()
if persistent.beaten:
hotspot (756,604,222,44) action ShowMenu("bonus")