Anonymous user
Creating Custom Save and Load Dialogs: Difference between revisions
Creating Custom Save and Load Dialogs (view source)
Revision as of 16:37, 11 August 2006
, 11 August 2006no edit summary
*>CMK2901 No edit summary |
*>CMK2901 No edit summary |
||
Line 14: | Line 14: | ||
In the above image, the elements used are three buttons, a text box, and a GUI list box. The GUI list box is added using the circled button. Resize and reposition these elements as needed. | In the above image, the elements used are three buttons, a text box, and a GUI list box. The GUI list box is added using the circled button. Resize and reposition these elements as needed. | ||
Line 22: | Line 22: | ||
In this example, I used: | In this example, I used: | ||
Save GUI: '''gSavegame''' (when entering this, don't put the "g" in; that's added automatically) | |||
Save Button: '''btnConfirmSave''' | Save Button: '''btnConfirmSave''' |