SOLVED: Saved Games not showing in gRestoreGame at start of game

Started by Slasher, Sat 15/06/2013 20:26:44

Previous topic - Next topic

Slasher

Hi

I have a question about loading saved games.

At the start (splash screen), when I open the RestoreGame GUI it does not show any saves yet in-game it does.

Can you think of any reasons as to why this should be?

cheers

EDIT

Code: AGS

 gRestoreGame.Visible=true;
 show_restore_game_dialog(); // HAD TO ADD THIS BIT
 gRestoreGame.TweenPosition(0.5,70, 86, eEaseOutTween, eBlockTween);




Ghost

Are you using any template? If the GUI keeps a list of savegames this list must be filled somewhere, and it is possible that you are opening it BEFORE it ever got filled.

[edit]
Oh, right  ;)

Slasher

Hi Ghost,

Using normal Default.

Quoteand it is possible that you are opening it BEFORE it ever got filled.
No. I saved the game at some point, quit, opened game again and save was not there.

It appears ok now as above post.

cheers

slasher



SMF spam blocked by CleanTalk