Searched refs:curSoundID (Results 1 – 1 of 1) sorted by relevance
61 var curSoundID = -1; variable387 if(curSoundID != getSoundID(nid)) {388 if(curSoundID == bgSoundItem && !sound[getSoundID(nid)]) {389 }else {fadeoutSound(curSoundID,true); } // audio support397 if(curSoundID != getSoundID(nid)) {398 if(curSoundID == bgSoundItem && !sound[getSoundID(nid)]) {399 }else {stopSound(curSoundID); } // audio support 425 }else if(sound[bgSoundItem] && curSoundID != bgSoundItem) {1373 fadeoutSound(curSoundID,true); // audio support1399 stopSound(curSoundID); [all …]