[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[pygame] animatio of drawned images



I would like to know how do I do animations using sprites or draw functions?
I have tried to load sprites but it does not work, I have tried to move the
circles I draw but even after an update there is no change. I import the
following:
import pygame
import os, pygame.font, pygame.image, pygame.mixer, pygame.draw
from pygame.locals import *

# then I use
screen = pygame.display.set_mode((500,400))
ship = pygame.draw.circle(screen,(20,200,123),(300,200),45,12)
ship.move(23,34)

and then nada!!?

Stephane

____________________________________
pygame mailing list
pygame-users@seul.org
http://pygame.seul.org