function setup() {
}
function draw() {
createCanvas(300, 300);
background(200);
ellipse(150, 150, 100, 70);
}
Category: SectionD
Assignment 1
function setup() {
createCanvas(200, 20);
background(220);
}
function draw() {
createCanvas(300, 300);
background(200);
ellipse(150, 150, 100, 70);
}
=
Test 1
Assignment 1
Lab 1 Outwards
function setup() {
createCanvas(200, 20);
background(220);
}
function draw() {
createCanvas(300, 300);
background(200);
ellipse(150, 150, 100, 70);
}
15-104 Assignment 1
function setup() {
createCanvas(200, 20);
background(220);
}
function draw() {
createCanvas(300, 300);
background(200);
ellipse(150, 150, 100, 70);
}
Test 1
Sample text
function setup() {
createCanvas(200, 20);
background(220);
}
function draw() {
createCanvas(300, 300);
background(200);
ellipse(150, 150, 100, 70);
}
Test 01
function setup() {
createCanvas(300, 300);
background(220);
}
function draw() {
ellipse (150, 150, 100, 100);
}
Assignment 1
function setup() {
createCanvas(300, 300);
background(200);
}
function draw() {
createCanvas(300, 300);
background(200);
ellipse(150, 150, 100, 70);
}
Assignment 1
function setup() {
createCanvas(200, 20);
background(220);
}
function draw() {
createCanvas(300, 300);
background(200);
ellipse(150, 150, 100, 70);
}
Assignment 1
Sample Text
function setup() {
createCanvas(200, 20);
background(220);
}
function draw() {
createCanvas(300, 300);
background(200);
ellipse(150, 150, 100, 70);
}