i use imagemap and the code i used is this
Code: Select all
screen preferences:
tag menu
imagemap:
ground 'Menus/Cground.png'
idle 'Menus/Configidle.png'
hover 'Menus/Confighover.png'
selected_idle 'Menus/configselectedidle.png'
selected_hover 'Menus/Configselectedhover.png'
hotspot (162,452,277,489) action Preference('display', 'window')
hotspot (162,404,277,442) action Preference('display', 'fullscreen')
hotspot (533,453,652,490) action Preference('transitions', 'none')
hotspot (533,403,652,443) action Preference('transitions', 'all')
hotbar (289,153,499,190) value Preference('music volume')
hotbar (17,155,226,190) value Preference('sound volume')
hotbar (580,153,788,191) value Preference('text speed')
hotspot (28,274,129,325) action ShowMenu('save')
hotspot (318,274,419,326) action ShowMenu('load')
hotspot (640,274,732,327) action ShowMenu('preferences')
hotspot (185,531,359,582) action MainMenu()
hotspot (45,532,151,582) action Return()
hotspot (392,531,479,582) action Quit()
But at the time i start playing and enter to this menu the options seems act weird.
http://subefotos.com/ver/?ba8589d9a7aa9 ... 2a095o.png
i hope somebody can help me