
-----------------------------------
MihaiG
Wed Dec 01, 2004 11:39 am

Does any one know....
-----------------------------------
does any one know how to make a colour clear??? or any ideas.... im stuck/ :cry:  :?

-----------------------------------
xHoly-Divinity
Wed Dec 01, 2004 11:49 am


-----------------------------------
You need to be more specific when you say a "colour clear". Anyways cls is a clear screen. The way you can erase colours is by redrawing the exact same image and making the colour your background colour (white). You can add a delay to make it seem as if it changes colours. Is this what you mean?

-----------------------------------
Delos
Wed Dec 01, 2004 12:01 pm


-----------------------------------
If you're talking about transparency...

- first draw what you need
- take a picture of what you want (use the Pic. routines)
- next, draw the pic you just took whereever you want it, using PicMerge
- also, Pic.SetTransparentColour() could be of some use.
