Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: steptoe on Tue 20/12/2011 09:12:06

Title: GUI clickable=false yet if clicked game hangs
Post by: steptoe on Tue 20/12/2011 09:12:06
Hi


Tut, I forget to stop the mouse from shooting an object and game was waiting. This has now been corrected. Sorry.


I am on the last few bits of a game and this has cropped up:

On the credits page I have a leaders board showing players position and points.

For some reason if the gui is clicked on the game goes into hang mode.

I have made it Clickable=false at the start of the game.

Can you see where the problem may lay?

cheers





Title: Re: GUI clickable=false yet if clicked game hangs
Post by: Khris on Tue 20/12/2011 09:50:57
Since the thread is here now: if a GUI is set to being not clickable, a click goes right "through" it and is handled just like a standard click on the room background or on whatever else is under the mouse.
Title: Re: GUI clickable=false yet if clicked game hangs
Post by: steptoe on Tue 20/12/2011 10:08:58
Thought so,

Thanks Khris

It's not surprising that you can still come across messed things when you think its done  :-[