Beispiel #1
0
 def __init__(self, x, y):
     aHunter = Mobile_Simulton(x, y, 10, 10, 1, 5)
     aHunter.randomize_angle()
     Mobile_Simulton.__init__(self, x, y, 20, 20, aHunter.get_angle(), 5)
     Pulsator.__init__(self, x, y)
 def __init__(self,x,y):
     ball=Mobile_Simulton(x,y,20,20,1,5)
     ball.randomize_angle()
     ang=ball.get_angle()
     Mobile_Simulton.__init__(self,x,y,10,10,ang,5)
     Pulsator.__init__(self, x, y)