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

Re: [pygame] Interpolating image question



Hey,

you can do this with Sprites, and RenderUpdates.

It keeps track of the background, and dirty rectangles.  Check out
aliens.py in the examples.


Cheers,


On 10/9/05, Rusty Shackleford <rs@xxxxxxxxxxxxxxx> wrote:
> I am trying to cause an effect like the missiles in the old Atari game
> Missile Command.  I need a way to move the sprite like 10 pixels over,
> and then fill in the space left behind.
>
> How to efficiently do this?
>
> --
> A better way of running series of SAS programs:
> http://overlook.homelinux.net/wilsonwiki/SasAndMakefiles
>
>