
-----------------------------------
Bob565656
Sat May 22, 2004 7:59 pm

changing button colours....
-----------------------------------
hey guys, im working on a top-notch game and I was thinking of having 2 modes.  My 1st mode is done, and for my 2nd mode, I want a black b/g.  The problem is that the GUI buttons have a gray background.  I was wondering what library file I hafta change in oder 2 change that.  Same question applies, but to labels also.  thx a lot

-----------------------------------
Delos
Sat May 22, 2004 9:40 pm


-----------------------------------
Turing 4.0.5

GUI.SetColour (widget, colour)

-----------------------------------
Bob565656
Sat May 22, 2004 10:09 pm

:/
-----------------------------------
im an idiot, cant believe i didnt see that command lol. thx a lot.  one more question, how do i change the colour of a label? GUI.SetColour doesnt work for em.

-----------------------------------
Delos
Sun May 23, 2004 9:50 am


-----------------------------------
Labels are fonts are labels.

Use fonts if you want colour...the only thing you won't be able to do easily is GUI.Disable them.  You could easily get around this though...
cls followed by
GUI.Refresh should work.
