Код: Выделить всё
/*Get eyeR*/
function alley4() {
audio = document.getElementById('walk'),
audio.volume = 0.7;
audio.play();
if (localStorage.getItem("radio") == 1) {
event.preventDefault();
audio.addEventListener('ended', function(){
let image = document.getElementById("party");
image.src ="/pics/alley4.png"
party.useMap = "#placeradio";
document.getElementById("alley4btn")
.style.display = "none";
document.body.removeChild(alley2box);
document.title = "...";
audio = document.getElementById('convo');
document.getElementById("convo").loop = true;
audio.play();
})
}
else if (localStorage.getItem("radio") == 2){
event.preventDefault();
audio.addEventListener('ended', function(){
let image = document.getElementById("party");
image.src ="/pics/alley4radio.png"
party.useMap = "#partymap";
document.getElementById("alley4btn")
.style.display = "none";
document.body.removeChild(alley2box);
document.title = "...";
audio = document.getElementById('convo');
document.getElementById("convo").loop = true;
audio.play();
snd = document.getElementById('radio');
snd.play();
})
}
else {
event.preventDefault();
audio.addEventListener('ended', function(){
let image = document.getElementById("party");
image.src ="/pics/alley4.png"
party.useMap = "#noradio";
document.getElementById("alley4btn")
.style.display = "none";
document.body.removeChild(alley2box);
document.title = "...";
audio = document.getElementById('convo');
document.getElementById("convo").loop = true;
audio.play();
})
}
}
/*Place Radio*/
function placeradio() {
let image = document.getElementById("party");
image.src ="/pics/alley4radio.png"
party.useMap = "#radiothanks";
document.getElementById("placeradiobtn")
localStorage.setItem("radio", "2");
audio = document.getElementById('convo');
audio.pause();
snd = document.getElementById('radio');
snd.play();
}< /code>
Я пробовал все, если не перезаботьвать логику для этой комнаты, я пытался возиться с функцией и именами Local Storage, переключившись вокруг порядка IF, наряду с другими попытками, я не помню rn, но ничего.>
Подробнее здесь: https://stackoverflow.com/questions/796 ... -correctly
Мобильная версия