def __init__(self, x, y, c): self.x = x self.y = y self.c = c self.radius = INIT_SOUND_RADIUS self.rect = wx.Rect(self.x-self.c,self.y-self.c,self.c*2,self.c*2)