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

Re: [pygame] Howto erase image



GREAT!!!!
thanks so much Brain and Andrew!

On 6/1/06, Brian Fisher <brian@xxxxxxxxxxxxxxxxxxx> wrote:
screen.blit(background_image, (0,0), rectangle_to_clear_screen_space)

On 6/1/06, Chuang Wu < chuangwoo@xxxxxxxxx> wrote:
> Hi there,
>
> howto erase a image? when I blit the background image at the position where
> I wanna erase the picture, it blit the whole background image ;(
>
> Thanks,
> CC
>