Esempio n. 1
0
 void playSound()
 {
     if (!aS.isPlaying && cbref.isMoving() == true)
     {
         aS.Play();
         //print ("supposed to be playing");
     }
 }