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

Re: [pygame] Re: Creating several instances of same image



>      def goto (self, position):
>          # dunno if move is the right method
>          self.rect.move(position)

You probably want move_ip(), not move()

That will move it "in place"

-sjbrown