xxxxxxxxxx
void setup()
{size(760,740);
background(240,245,243);
}
void draw()
{
colorMode(HSB,360,100,100);
rotate(mouseX/10);
fill(0,97,87);
rect(0,0,312,398);
fill(0);
rect(312,0,15,740);
fill(0);
rect(0,398,760,15);
fill(0);
rect(695,398,15,720);
fill(0);
rect(695,535,65,25);
fill(0);
rect(312,700,390,15);
fill(0);
rect(540,710,15,30);
fill(mouseY,99,97);
rect(710,413,55,125);
fill(random(62,150),random(50,98),random(40,97));
rect(327,715,213,27);
fill(239,49,7);
rect(555,715,140,27);
}