Blockland Forums > Modification Help
Indicator GUI
ThinkInvisible:
I'm trying to make an altimeter of sorts but the GUI activates the cursor and doesn't allow looking around.
If I set it to noCursor = true, it locks scrolling tools. How do I fix the scrolling tools problem?
(gui is currently a GameTScontrol added to playGUI with a guiContentProfile)
Port:
Why the hell is it a GameTSControl? Just use a graphical container object such as guiSwatchCtrl or guiBitmapCtrl for the base (extra points if it's a visual part of the GUI).
ThinkInvisible:
--- Quote from: Port on June 09, 2012, 02:17:26 PM ---Why the hell is it a GameTSControl? Just use a graphical container object such as guiSwatchCtrl or guiBitmapCtrl for the base (extra points if it's a visual part of the GUI).
--- End quote ---
small typo; GameTSCtrl
but you probably knew what I meant
Port:
--- Quote from: ThinkInvisible on June 09, 2012, 02:35:01 PM ---small typo; GameTSCtrl
but you probably knew what I meant
--- End quote ---
Again,
--- Quote from: Port on June 09, 2012, 02:17:26 PM ---Why the hell is it a GameTSCtrl*?
--- End quote ---
ThinkInvisible:
ah, thought you said 'what'
anyways, it seems to want to take up the entire screen