
-----------------------------------

Thu May 11, 2006 4:43 pm

How Can I Make A Transparent Background
-----------------------------------
I have an imported picture as my background in which I am asking the user to enter some information, and I'm using colourback(grey), but I want the user to be able to type over the picture transparently so I see the text ontop of my picture without any grey or white background.

-----------------------------------
Clayton
Thu May 11, 2006 4:53 pm


-----------------------------------
look into the Pic. Module to find how you can make your picture the background, also if your not having any luck with that check the Turing Walkthrough

-----------------------------------
monkeynamedsteve
Thu May 11, 2006 4:53 pm


-----------------------------------
Try adding the picture after the colourback command.

-----------------------------------
do_pete
Thu May 11, 2006 5:12 pm


-----------------------------------
You'll be needing the Font, not Pic module. Look into Font.New and Font.Draw

-----------------------------------
codemage
Fri May 12, 2006 8:37 am


-----------------------------------
I second that.  This has to do with how you're writing.
As stated, you need to use fonts instead of the put method.

-----------------------------------
do_pete
Fri May 12, 2006 11:38 am


-----------------------------------
[url=http://www.compsci.ca/v2/viewtopic.php?p=114772#114772]Here is sample code for how to do that.
