xxxxxxxxxx
16
function setup() {
createCanvas(500, 300); //modify cnavas size to suit your design
background(); //add background colour
}
function draw() {
// declaration of variables: mouseX, mouseY, and size
// circle
// use an alpha on the colour mode
}
//how is code different from the previous exercise?