Looking at the code on this page lines 47 & 48http://programarcadegames.com/python_examples/show_file.php?file=sprite_circle_movement.pyis there a way to doÂself.rect.x += some valueself.rect.y +=some valuerather thanself.rect.x=self.radius*math.sin(self.angle)+self.center_xself.rect.y=self.radius*math.cos(self.angle)+self.center_y?I tired it in the code attached and strangely it works ok but only OUTSIDE THE class. When I implement the exact code in a class it does something weird. I can't find where I have gone wrong.Please help.Many thanks in advance.Diliup Gabadamudalige
**********************************************************************************************
This e-mail is confidential. It may also be legally privileged. If you are not the intended recipient or have received it in error, please delete it and all copies from your system and notify the sender immediately by return e-mail. Any unauthorized reading, reproducing, printing or further dissemination of this e-mail or its contents is strictly prohibited and may be unlawful. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions.
**********************************************************************************************