Exemplo n.º 1
0
 def iSeeSomeone(self):
     if(self.iSeeSomeoneFlag == False):
         SoundController.whistle(self.soundCtrlr)
         self.whereIsEveryoneFlag = False
         self.iSeeSomeoneFlag = True
Exemplo n.º 2
0
Arquivo: R2.py Projeto: rcorvus/R2PY
 def whistle(self):
     print("sound whistle")
     SoundController.whistle(self.soundCtrlr)