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. |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Clayton
![](http://compsci.ca/v3/uploads/user_avatars/1718239683472e5c8d7e617.jpg)
|
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 |
|
|
|
|
![](images/spacer.gif) |
monkeynamedsteve
![](http://i2.tinypic.com/xprplw.jpg)
|
Posted: Thu May 11, 2006 4:53 pm Post subject: (No subject) |
|
|
Try adding the picture after the colourback command. |
|
|
|
|
![](images/spacer.gif) |
do_pete
![](http://i38.photobucket.com/albums/e112/do_pete/1943.gif)
|
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 |
|
|
|
|
![](images/spacer.gif) |
codemage
![](http://usera.imagecave.com/codemage/codemage-small.gif)
|
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. |
|
|
|
|
![](images/spacer.gif) |
do_pete
![](http://i38.photobucket.com/albums/e112/do_pete/1943.gif)
|
Posted: Fri May 12, 2006 11:38 am Post subject: (No subject) |
|
|
Here is sample code for how to do that. |
|
|
|
|
![](images/spacer.gif) |
|