On 25/11/10 05:48, Nathan BIAGINI wrote:
Hi everyone,

i m learning to use Pygame and i wonder how make a sprite moving by
keeping a key pressed.

Set a flag when you receive a KEYDOWN event and clear it
when you receive a KEYUP event.

--
Greg

Reply via email to