I made an extra screen using this and this, and I got:
Code: Select all
# Extra Screen
screen extras:
tag menu
imagemap:
ground "menu/extra_idle.png"
idle "menu/extra_idle.png"
hover "menu/extra_hover.png"
hotspot (309, 133, 109, 454) action ShowMenu("extradress") activate_sound "sfx/decide15.wav"
hotspot (420, 133, 109, 454) action ShowMenu("extrapet") activate_sound "sfx/decide15.wav"
hotspot (642, 133, 109, 454) action ShowMenu("extraloli") activate_sound "sfx/decide15.wav"
imagemap:
idle "menu/extramenu_idle.png"
hover "menu/extramenu_hover.png"
ground "menu/extramenu_idle.png"
hotspot (14,610,158,77) action MainMenu()-The back button doesn't work for some reason I don't understand. It worked previously btw so I'm not sure if it's an issue of the imagemap...I'm attaching those just in case: -When jumping to each scene from the extra screen, back, save, skip buttons from the quick menu doesn't work.
Other questions about my GUI would be:
-I'm using subtitles for my cg scenes so people can see the whole thing, but since the quick menu is in the same placement of the text box, I find it difficult to find a medium point where it can work for both. Is there a way to have a quick menu placement just for the textbox and other for the subtitles?
-When my characters think something I use this format:
Code: Select all
k"{i}{color=#8b707a}...A woman?{/color}{/i}"add this, but it's bothersome when it comes to edit the color of the format for each sentence)
Thank you.