Инструменты пользователя

Инструменты сайта


money

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слеваПредыдущая версия
money [2024/09/05 17:03] novikmoney [2024/09/18 20:57] (текущий) novik
Строка 28: Строка 28:
   padding: 10px;   padding: 10px;
 } }
-main {+main.main {
   background-color: rgba(77, 117, 247, 0.5);   background-color: rgba(77, 117, 247, 0.5);
   margin: 0 auto;   margin: 0 auto;
Строка 73: Строка 73:
 function update1() { score = score - 150; document.getElementsByTagName("h1")[0].firstChild.data = score + "$ Уровень: " + updating ; if1(); updating += 2; } function update2() { score = score - 250; document.getElementsByTagName("h1")[0].firstChild.data = score + "$ Уровень: " + updating ; if1(); updating += 3; } function update3() { score = score - 500; document.getElementsByTagName("h1")[0].firstChild.data = score + "$ Уровень: " + updating ; if1(); updating += 10; } function auto() { score = score - 10000; document.getElementsByTagName("h1")[0].firstChild.data = score + "$ Уровень: " + updating ; if1(); setTimeout("plusauto()", 1000); } function if1 () { if (score <-100) { function update1() { score = score - 150; document.getElementsByTagName("h1")[0].firstChild.data = score + "$ Уровень: " + updating ; if1(); updating += 2; } function update2() { score = score - 250; document.getElementsByTagName("h1")[0].firstChild.data = score + "$ Уровень: " + updating ; if1(); updating += 3; } function update3() { score = score - 500; document.getElementsByTagName("h1")[0].firstChild.data = score + "$ Уровень: " + updating ; if1(); updating += 10; } function auto() { score = score - 10000; document.getElementsByTagName("h1")[0].firstChild.data = score + "$ Уровень: " + updating ; if1(); setTimeout("plusauto()", 1000); } function if1 () { if (score <-100) {
 document.write("Вы проиграли, так-как вы превысили лимит кредита"); document.write("Вы проиграли, так-как вы превысили лимит кредита");
-} } function plusauto () { score += updating; document.getElementsByTagName("h1")[0].firstChild.data = score + "$ Уровень: " + updating ; setTimeout("auto1()", 1000); } function auto1 () { score += updating; setTimeout("plusauto()", 1000); document.getElementsByTagName("h1")[0].firstChild.data = score + "$ Уровень: " + updating ; } function pashalka () { score += 10000; document.getElementsByTagName("h1")[0].firstChild.data = score + "$ Уровень: " + updating ; } function reboot () { alert("Ваш уровень прокачки " + updating + ". Ваш баланс " + score + " ."); } </script> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <body> <main> <h2>Игра кликер</h2> <p>Правила: копите деньги и прокачиваетесь, в минус можно уходить до -100, далее вы проиграете!</p> <h1 id ="score">0$ Уровень: 1</h1> <button id="clickbtn" onclick="clickBtn()">+$</button> <br> <input type="button" value="Прокачать на 1 уровень|-100$" onclick="update()"> <br> <input type="button" value="Прокачать на 2 уровня|-150$" onclick="update1()"> <br> <input type="button" value="Прокачать на 3 уровня|-250$" onclick="update2()"> <br> <input type="button" value="Прокачать на 10 уровней|-500$" onclick="update3()"> <br> <input type="button" value="Автокликер|-10000$" onclick="auto()"> <br> <img src="img/profit.png" class="img" onclick="pashalka()"> </main> </body> </html>+} } function plusauto () { score += updating; document.getElementsByTagName("h1")[0].firstChild.data = score + "$ Уровень: " + updating ; setTimeout("auto1()", 1000); } function auto1 () { score += updating; setTimeout("plusauto()", 1000); document.getElementsByTagName("h1")[0].firstChild.data = score + "$ Уровень: " + updating ; } function pashalka () { score += 10000; document.getElementsByTagName("h1")[0].firstChild.data = score + "$ Уровень: " + updating ; } function reboot () { alert("Ваш уровень прокачки " + updating + ". Ваш баланс " + score + " ."); } </script> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <body> <main class="main"> <h2>Игра кликер</h2> <p>Правила: копите деньги и прокачиваетесь, в минус можно уходить до -100, далее вы проиграете!</p> <h1 id ="score">0$ Уровень: 1</h1> <button id="clickbtn" onclick="clickBtn()">+$</button> <br> <input type="button" value="Прокачать на 1 уровень|-100$" onclick="update()"> <br> <input type="button" value="Прокачать на 2 уровня|-150$" onclick="update1()"> <br> <input type="button" value="Прокачать на 3 уровня|-250$" onclick="update2()"> <br> <input type="button" value="Прокачать на 10 уровней|-500$" onclick="update3()"> <br> <input type="button" value="Автокликер|-10000$" onclick="auto()"> <br> <img src="img/profit.png" class="img" onclick="pashalka()"> </main> </body> </html>
money.txt · Последнее изменение: 2024/09/18 20:57 — novik