
-----------------------------------
85882
Fri Jun 13, 2003 12:20 pm

text as background
-----------------------------------
Is there a way to put a text as a background?

-----------------------------------
JSBN
Fri Jun 13, 2003 12:25 pm


-----------------------------------
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
Fri Jun 13, 2003 12:31 pm


-----------------------------------
I just want to put a text as the background, instead of an Image.

-----------------------------------
Asok
Fri Jun 13, 2003 1:32 pm


-----------------------------------
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
Fri Jun 13, 2003 2:39 pm


-----------------------------------
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.

-----------------------------------
Andy
Fri Jun 13, 2003 4:55 pm


-----------------------------------
or draw the text first, save it using Pic.New and then just draw the pic
