Hi
I have used
function hHotspot1_Interact()
{
RestoreGameDialog();
}
To work from a text Hotspot Load Game at start option.
It works ok, except that although I have changed its GUI colours it still appears Grey...although changes are seen if loading from Top display GUI.
I note that the GUI name is gRestoreGame..
Any thoughts/help appreciated
barefoot
RestoreGameDialog() always opens the internal (grey) dialog.
To use your own, simply call
gRestoreGame.Visible = true;
Excellent.. works as i wanted it to..
something else ive learnt..
many thanks khris
barefoot