im using the lucasarts gui, how do i hide the guis and the cruser during a cutscene ???
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..
i just thought it would be different with other guis thanks :D
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".