Author |
Message |
Guest
|
Posted: 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. |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
Clayton

|
Posted: Thu May 11, 2006 4:53 pm Post subject: (No 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 |
|
|
|
|
 |
monkeynamedsteve

|
Posted: Thu May 11, 2006 4:53 pm Post subject: (No subject) |
|
|
Try adding the picture after the colourback command. |
|
|
|
|
 |
do_pete

|
Posted: Thu May 11, 2006 5:12 pm Post subject: (No subject) |
|
|
You'll be needing the Font, not Pic module. Look into Font.New and Font.Draw |
|
|
|
|
 |
codemage

|
Posted: Fri May 12, 2006 8:37 am Post subject: (No 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. |
|
|
|
|
 |
do_pete

|
Posted: Fri May 12, 2006 11:38 am Post subject: (No subject) |
|
|
Here is sample code for how to do that. |
|
|
|
|
 |
|