void setup() { size(500,500); colorMode(HSB,360,100,100); background(255); frameRate(100); } int h,s,b; float x = 0.0; float y = 0.0; void draw() { background(0,100,0); fill(h,100,200); noStroke(); //Žè‘Ü ellipse(395,250,30,40); ellipse(405,260,40,27); ellipse(95,245,30,40); ellipse(85,255,40,27); fill(0,0,99); stroke(255); ellipse(250,360,250,250); ellipse(250,200,130,130); fill(0); ellipse(230,190,20,30); ellipse(270,190,20,30); stroke(309,0,0); line(230,172,230,190); line(220,175,230,190); line(240,175,230,190); line(270,172,270,190); line(260,175,270,190); line(280,175,270,190); fill(306,46,95); noStroke(); arc(250,220,40,40,radians(0),radians(180)); stroke(24,69,97); line(340,320,390,266); line(160,320,100,260); fill(0,0,99); stroke(179,0,0); ellipse(245,140,130,20); fill(358,99,99); triangle(245,50,200,135,290,135); fill(0,0,99); ellipse(246,45,20,20); h=h+1; if(360