Anonymous user
Creating Custom Save and Load Dialogs: Difference between revisions
Creating Custom Save and Load Dialogs (view source)
Revision as of 06:21, 11 August 2006
, 11 August 2006no edit summary
*>CMK2901 No edit summary |
*>CMK2901 No edit summary |
||
Line 1: | Line 1: | ||
(This page is a work in progress and is not yet completed) | ('''Bold text'''This page is a work in progress and is not yet completed) | ||
== Introduction == | == Introduction == | ||
Line 39: | Line 39: | ||
//Turn off the save dialog | //Turn off the save dialog | ||
gSavegame.Visible = false;</code> | gSavegame.Visible = false;</code> | ||
'''TO BE CONTINUED''' |