Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Javier on Tue 16/12/2003 01:17:27

Title: opening screen's buttons
Post by: Javier on Tue 16/12/2003 01:17:27
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.
Title: Re:opening screen's buttons
Post by: Scummbuddy on Tue 16/12/2003 03:03:29
you have your words written on your screen
you draw hotspots over them in the 'areas' tab
then you do interactions with them
Title: Re:opening screen's buttons
Post by: Javier on Tue 16/12/2003 12:30:18
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???
Title: Re:opening screen's buttons
Post by: SSH on Tue 16/12/2003 12:47:17
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