[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Transparent surfaces




On 4/27/05, James Reeves <jreeves@xxxxxxxxxxxxxxxxxxx> wrote:
Does anyone know how to dynamically create a transparent surface? But before
anyone mentions colorkeys, I'd like to sketch out what I'd like to do:
...
Anyone have any idea?

--
James Reeves
http://www.monkeyengines.co.uk/


Yep, try this right after makeing the text surface:

text.set_alpha(0)

HTH

Josiah