Background color and changing font.
Author |
Message |
Archi
|
Posted: Thu Jul 24, 2003 12:53 am Post subject: Background color and changing font. |
|
|
How do i make the entire background color change and not just where the text is? Also, how do I change the font of all my text without having to rewrite everything using the font.draw command? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
PaddyLong
|
Posted: Thu Jul 24, 2003 10:53 am Post subject: (No subject) |
|
|
put a cls just after you change the background colour.. |
|
|
|
|
|
AsianSensation
|
Posted: Thu Jul 24, 2003 1:49 pm Post subject: (No subject) |
|
|
use colorback (), then cls to change background color
use color () to change the color of the words
and there isn't a way to change the font except by using Font.Draw |
|
|
|
|
|
Archi
|
Posted: Thu Jul 24, 2003 1:59 pm Post subject: (No subject) |
|
|
okey.. I get it now..Thanks. |
|
|
|
|
|
|
|