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

Re: [pygame] Howto erase image



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