Author |
Message |
aldreneo
|
Posted: Tue May 02, 2006 7:35 pm Post subject: Run window bgcolour? |
|
|
How do I change the run window bgcolor....
colorback only works for where the text is inputted/outputted |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
aldreneo
|
Posted: Tue May 02, 2006 7:39 pm Post subject: (No subject) |
|
|
Sorry for all the questions |
|
|
|
|
 |
HellblazerX

|
Posted: Tue May 02, 2006 7:43 pm Post subject: (No subject) |
|
|
try this:
code: | colorback (red)
cls
|
|
|
|
|
|
 |
Junkhead
|
Posted: Tue May 02, 2006 7:44 pm Post subject: (No subject) |
|
|
You can use the GUI library to do something with the background colour, though I can't remember the specific command. GUI.SetBackgrounColour I think. |
|
|
|
|
 |
aldreneo
|
Posted: Tue May 02, 2006 7:51 pm Post subject: (No subject) |
|
|
Thanks so much... |
|
|
|
|
 |
TokenHerbz

|
Posted: Tue May 02, 2006 8:44 pm Post subject: (No subject) |
|
|
draw a big box.... lolz
drawfillbox(0,0,maxx,maxy,color) |
|
|
|
|
 |
NikG
|
Posted: Tue May 02, 2006 11:39 pm Post subject: (No subject) |
|
|
HellblazerX wrote: try this:
code: | colorback (red)
cls
|
Haha, wow, I can't believe that works. |
|
|
|
|
 |
upthescale
|
Posted: Wed May 03, 2006 5:07 pm Post subject: (No subject) |
|
|
TokenHerbz wrote: draw a big box.... lolz
drawfillbox(0,0,maxx,maxy,color)
if so that, but with a circle lol! |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
do_pete

|
Posted: Wed May 03, 2006 5:17 pm Post subject: (No subject) |
|
|
Stop your spamming, your starting to piss people off. |
|
|
|
|
 |
Clayton

|
Posted: Wed May 03, 2006 5:24 pm Post subject: (No subject) |
|
|
how does Turing actually determine what the background color is anyways? ive heard that it takes whichever color hold the majority of the pixels in the run window, but i dont think thats right? anyone know how it works?
@upthescale ^^what he said^^ |
|
|
|
|
 |
codemage

|
Posted: Thu May 04, 2006 7:56 am Post subject: (No subject) |
|
|
It's white unless you change it to something else with colourback(). |
|
|
|
|
 |
|