![]() |
Taking focus from a GUI
When a player enters specific levels, a GUI pops up in the corner of the screen. However, the GUI takes focus off the game, so the player has to click the screen or they can't move.
Is there any way to stop the GUI from taking focus? Skyld suggested changing 'editting,' but it didn't work. |
pushToBack();
I think that'll do it. EDIT: I am not so sure. I tested it with a GUI script and it worked, but when I took it out, the GUI still wasn't the 'focus'. Doesn't hurt to try though :P. |
Tried it.. No luck.
|
Found a way :D.
When you initialize the GuiControl, set visible to false. Then after, use objName.visible = true; |
I tried that too, no luck.. :/
|
That's odd... I was having the same focus problem until I did that.
PHP Code:
|
Yeah.. O_o
Oh well. |
| All times are GMT +2. The time now is 06:45 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.