Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: TwinMoon on Sun 20/04/2008 16:51:40

Title: Button clickable while dialog displayed
Post by: TwinMoon on Sun 20/04/2008 16:51:40
What I want is a button on a gui which can be clicked even when a dialog is being run.
Anybody know if this is possible while still using the dialog system?
Title: Re: Button clickable while dialog displayed
Post by: Ubel on Mon 21/04/2008 09:39:25
I doubt it. As it is the dialog system pauses everything else in the game so every button and action will be disabled. If your programming skills are high enough you could try and script your own dialog system. I did that once when I had a similiar problem. Apart from that I can't really come up with any solution.