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

Re: [pygame] Re: rotate sprites, newbie -.-



is self.angle in radians?  I'm guessing not.  Try changing it to:
mov_x=math.cos(math.radians(self.angle))
mov_y=math.sin(math.radians(self.angle))