Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: empiresco on Wed 25/08/2010 16:56:10

Title: GUI Pausing Problem(SOLVED)
Post by: empiresco on Wed 25/08/2010 16:56:10
Hi!

I'm having a bit of a problem with a GUI. I have it all set up, and have the 'Visibility' property is set to 'Always shown'. The problem is that it pauses the game, which I don't want since it is going to be always displayed at the bottom of the screen.

How would I go about fixing this?

Thanks!  :)
Title: Re: GUI Pausing Problem
Post by: Khris on Wed 25/08/2010 17:29:45
Set it to Normal, initially on
Title: Re: GUI Pausing Problem
Post by: empiresco on Wed 25/08/2010 17:34:30
Quote from: Khris on Wed 25/08/2010 17:29:45
Set it to Normal, initially on

hmmm... I have given that a try, but now it is paused and it won't even let me use the GUI, so it didn't work.

Are there any other ways to fix this?
Title: Re: GUI Pausing Problem
Post by: Khris on Wed 25/08/2010 17:49:17
Sorry, I just saw that "Always shown" doesn't pause the game ("Pause when shown" does).
Something else must block the game, probably another GUI.
Title: Re: GUI Pausing Problem
Post by: empiresco on Wed 25/08/2010 18:02:10
Thanks for the help, I managed to work it out. ;)