Воскресенье, 24.11.2024, 22:45 | Приветствую Вас Гость

...

Код

Главная » Статьи » Js

Определитель цвета

<!DOCTYPE html>
<html>
<body>

<canvas id="myCanvas" width="500" height="300" style="border:1px solid #d3d3d3;">
</canvas>

<br>
<select id="myselect"> 
  <option value="value1">красный</option>
  <option value="value2">зеленый</option>
  <option value="value3">синий</option>
  <option value="value3">желтый</option>
</select>
<br>

<input type="button" value="проверить цвет" onclick="check()">


<script>

let mcolor = 0;
let col = 0;
create_color();
function create_color(){
let c = document.getElementById("myCanvas");
let ctx = c.getContext("2d");
mcolor = col;
col = Math.floor(Math.random() * 4);

if (col == 0){
ctx.fillStyle = "red";
ctx.fillRect(0,0, 500, 100);
}

if (col == 1){
ctx.fillStyle = "green";
ctx.fillRect(0,0, 500, 100);
}

if (col == 2){
ctx.fillStyle = "blue";
ctx.fillRect(0,0, 500, 100);
}

if (col == 3){
ctx.fillStyle = "yellow";
ctx.fillRect(0,0, 500, 100);
}

}


function check(){
create_color();

let select = document.getElementById("myselect").selectedIndex;
if (select == mcolor) alert("Вы правильно определили цвет");


}
</script>

</body>
</html>

Категория: Js | Добавил: moskov (16.04.2022)
Просмотров: 98 | Рейтинг: 0.0/0
Добавлять комментарии могут только зарегистрированные пользователи.
[ Регистрация | Вход ]

Меню сайта

Категории раздела

PHP [41]
C++ [71]
Autoit [108]
Processing [105]
Basic4GL [7]
Fasm [2]
PABC [7]
Js [234]
Gentee [1]
Python [204]
Java android [3]
Small Basic [9]

Мини-чат

Статистика


Онлайн всего: 2
Гостей: 2
Пользователей: 0

Форма входа

Друзья сайта

  • ЗОВ КОСМОСА

  • Хулиган Вселенной

  • Тюремная поэзия

  • Религиозная поэзия

  • Сайт клана ЛеГиоН
  • Поиск