screen meddle2:
tag menu
use navigation
the navigation code is this ,
screen navigation:
# The various buttons.
imagemap:
ground "images/navigation_ground.png"
idle "images/navigation_idle.png"
hover "images/navigation_hover.png"
selected_idle "images/navigation_s_idle.png"
selected_hover "images/navigation_s_hover.png"
alpha False
hotspot (102, 709, 118, 26) action Return()
hotspot (259, 709, 79, 26) action ShowMenu("save")
hotspot (376, 709, 83, 26) action ShowMenu("load")
hotspot (493, 709, 96, 26) action ShowMenu("preferences")
hotspot (628, 709, 175, 26) action MainMenu()
hotspot (841, 709, 80, 26) action Quit()
thanks for anyone who would attend to my simple problem
