Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: MacGyver12345 on Thu 06/08/2009 00:24:03

Title: guis with cutscenes
Post by: MacGyver12345 on Thu 06/08/2009 00:24:03
im using the lucasarts gui, how do i hide the guis and the cruser during a cutscene ???
Title: Re: guis with cutscenes
Post by: Matti on Thu 06/08/2009 00:30:56
I'm not familiar with the LA-GUI, but normally you can turn a GUI on and off by using gGuiname.Visible=true/false;

As for the cursor: Mouse.Visible=true/false;

It's all in the manual..
Title: Re: guis with cutscenes
Post by: MacGyver12345 on Thu 06/08/2009 00:32:13
i just thought it would be different with other guis thanks :D
Title: Re: guis with cutscenes
Post by: Khris on Thu 06/08/2009 12:59:46
You can set what happens to GUIs during blocking events in the General settings pane.
It's the last Visual setting, set it to "Be hidden".