"Wayne" <sri...@gmail.com> wrote
def draw_pixel(x, y):
   w = screen.get_width()
   h = screen.get_height()
   screen.draw_pixel(w/2+x, h/2+y)

I think that should be h/2-y for the coordinates given?

Alan G.

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to