Hey forum...I wanted to know how you specify the function of each hotspot of the buttons you put in the Opening Screen, such as START, LOAD and SAVE???
best wishes, bye.
you have your words written on your screen
you draw hotspots over them in the 'areas' tab
then you do interactions with them
Okay, but I don't think there's any interaction option for those hotspots which allows to save or load a game...
how can I do that???
Get them to "run script" and then call
SaveGameDialog();
or
RestoreGameDialog();
appropriately inn each script.
I'd point out that being able to save from your opening screen is maybe a little pointless... ;D