Computer Science Canada How Can I Make A Transparent Background |
Author: | Anonymous [ Thu May 11, 2006 4:43 pm ] |
Post subject: | 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. |
Author: | Clayton [ Thu May 11, 2006 4:53 pm ] |
Post subject: | |
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 |
Author: | monkeynamedsteve [ Thu May 11, 2006 4:53 pm ] |
Post subject: | |
Try adding the picture after the colourback command. |
Author: | do_pete [ Thu May 11, 2006 5:12 pm ] |
Post subject: | |
You'll be needing the Font, not Pic module. Look into Font.New and Font.Draw |
Author: | codemage [ Fri May 12, 2006 8:37 am ] |
Post subject: | |
I second that. This has to do with how you're writing. As stated, you need to use fonts instead of the put method. |
Author: | do_pete [ Fri May 12, 2006 11:38 am ] |
Post subject: | |
Here is sample code for how to do that. |