public void UnPause(string soundName) { SoundData sound = this.findSoundByName(soundName); if (sound != null) { sound.UnPause(); } }