
-----------------------------------
Archi
Thu Jul 24, 2003 12:53 am

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?

-----------------------------------
PaddyLong
Thu Jul 24, 2003 10:53 am


-----------------------------------
put a cls just after you change the background colour..

-----------------------------------
AsianSensation
Thu Jul 24, 2003 1:49 pm


-----------------------------------
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
Thu Jul 24, 2003 1:59 pm


-----------------------------------
okey.. I get it now..Thanks.
