Author |
Message |
85882
|
Posted: Fri Jun 13, 2003 12:20 pm Post subject: text as background |
|
|
Is there a way to put a text as a background? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
JSBN
|
Posted: Fri Jun 13, 2003 12:25 pm Post subject: (No subject) |
|
|
what exactly do u mean? i guess you could just put text on the screen using locate and specifying it's size and stuff (see Font.Draw) |
|
|
|
|
|
85882
|
Posted: Fri Jun 13, 2003 12:31 pm Post subject: (No subject) |
|
|
I just want to put a text as the background, instead of an Image. |
|
|
|
|
|
Asok
|
Posted: Fri Jun 13, 2003 1:32 pm Post subject: (No subject) |
|
|
umm. yea, er... putting text on the screen would be considered the background considering it's in 2D, you can then draw over it to add "Depth" |
|
|
|
|
|
Tony
|
Posted: Fri Jun 13, 2003 2:39 pm Post subject: (No subject) |
|
|
write a procedure to draw screen full of text, and when you normally would call Pic.Draw for background, call your procedure instead to redraw the text. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
Andy
|
Posted: Fri Jun 13, 2003 4:55 pm Post subject: (No subject) |
|
|
or draw the text first, save it using Pic.New and then just draw the pic |
|
|
|
|
|
|