"Script Nou" - Processing

ID Autor Duplicat din Ultima modificare
#4073 Gabor Patricia (_Pierrette_) - Marti, 13 oct 2020, 16:12
x
 
1
function setup() {
2
    createCanvas(400, 400);
3
}
4
5
function draw() {
6
    fill("red");
7
    rect(100,100,200,200);
8
    fill("green");
9
    ellipse(200, 200, 50,50);
10
    fill("yellow")
11
    ellipse(100,100, 25,25)
12
}
13
Du-te sus!