Esempio n. 1
0
 private void removeSound() {
   if (sound != null) {
     sound.stop();
     sound.removeFromParent();
   }
 }