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

...

Код

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

Прямоугольничание 4

<!DOCTYPE html>
<html>
<body>


<canvas id="myCanvas" width="500" height="500" style="border:1px solid grey"></canvas>

<script>

const c = document.getElementById("myCanvas");
const ctx = c.getContext("2d");
let randomColor;
let counter = 0;
let timerId = setInterval(function(){


if (counter == 0){
randomColor = "#"+Math.floor(Math.random()*16777215).toString(16);
ctx.fillStyle = randomColor;
ctx.fillRect(0,0,250,250);
}
if (counter == 1){
randomColor = "#"+Math.floor(Math.random()*16777215).toString(16);
ctx.fillStyle = randomColor;
ctx.fillRect(250,0,250,250);
}
if (counter == 2){
randomColor = "#"+Math.floor(Math.random()*16777215).toString(16);
ctx.fillStyle = randomColor;
ctx.fillRect(0,250,250,250);
}
if (counter == 3){
randomColor = "#"+Math.floor(Math.random()*16777215).toString(16);
ctx.fillStyle = randomColor;
ctx.fillRect(250,250,250,250);

}

counter = counter + 1;

if (counter == 4){
counter = 0;
}


},1000);

</script> 

</body>
</html>

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

Меню сайта

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

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

Мини-чат

Статистика


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

Форма входа

Друзья сайта

  • ЗОВ КОСМОСА

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

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

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

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