"DVD Animation - copie - copie" - Processing

ID Autor Duplicat din Ultima modificare
#5654 Dobre Ciprian (DobreCiprianCNMV) DVD Animation - copie Miercuri, 09 aug 2023, 01:02
x
 
1
let width=400 , height=400;
2
function setup() {
3
    createCanvas(width, height);
4
    frameRate(60);
5
}
6
7
let scale = 0.4 , x=0 , y=0 , vx=1 , vy=1;
8
let color="#F00" , pvcol=0 , corner=0;
9
10
function newcol(){
11
    corner = 0;
12
    var newclr=random([0,1,2,3,4,5]);
13
    if (newclr == pvcol)
14
        newclr = (newclr + 1) % 6;
15
    switch (newclr){
16
        case 0:
17
            color="#F00";
18
            break;
Du-te sus!