def __init__(self, motion, start_position):
super(...).__init__()
self.x = motion[0] + start_position[0]
self.y = motion[1] + start_position[1]
That should do what you want :-)
MWM
> --
> You received this message because you are subscribed to the Google Groups "Rabbyt" group.
> To post to this group, send email to rab...@googlegroups.com.
> To unsubscribe from this group, send email to rabbyt+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/rabbyt?hl=en.
>
>