[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [pygame] Interpolating image question
- To: pygame-users@xxxxxxxx
- Subject: Re: [pygame] Interpolating image question
- From: Rene Dudfield <renesd@xxxxxxxxx>
- Date: Sun, 9 Oct 2005 13:47:56 +1000
- Delivered-to: archiver@seul.org
- Delivered-to: pygame-users-outgoing@seul.org
- Delivered-to: pygame-users@seul.org
- Delivery-date: Sat, 08 Oct 2005 23:48:08 -0400
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GYX/1w08DGtbmHyv4BVM4Gcswig+uiB7jirjSaa34Wx0ZWFdn6EUR9LeJiO+FO5RrlcOb04mTc2QWwtbM3sc9J860s5c6pZ1ELPFLgNJTGJu1yhsG8q9R2BbpUMbPITYdT/qg20XWYHdjrcVsXCMqVDtvr5M3Z7tRmyq7+ua8HQ=
- In-reply-to: <slrndkh1h2.a52.rs@mwilson.umlcoop.net>
- References: <slrndkh1h2.a52.rs@mwilson.umlcoop.net>
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
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
>
>