Re: pygame: transparency question

2012-05-30 Thread Ian Kelly
On Tue, May 29, 2012 at 9:33 AM, Scott Siegler wrote: > Hello, > > I have a surface that I load an image onto.  During a collision I would like > to clear out the images of both surfaces that collided and show the score.   > Is there a function call to clear a surface with an image? > > One way I

Re: pygame: transparency question

2012-05-29 Thread Terry Reedy
On 5/29/2012 11:33 AM, Scott Siegler wrote: Hello, I have a surface that I load an image onto. During a collision I would like to clear out the images of both surfaces that collided and show the score. Is there a function call to clear a surface with an image? One way I was thinking was to fi

pygame: transparency question

2012-05-29 Thread Scott Siegler
Hello, I have a surface that I load an image onto. During a collision I would like to clear out the images of both surfaces that collided and show the score. Is there a function call to clear a surface with an image? One way I was thinking was to fill the surface with a color and then set tha