void setup() {
size(600, 400);
}
void draw() {
translate(mouseX, mouseY);
rotate(0.01*frameCount);
fill(#FF6464);
ellipse(0, 0, 80, 180);
rotate(PI/4);
fill(#FF6464);
ellipse(0, 0, 80, 180);
rotate(PI/4);
fill(#FF6464);
ellipse(0, 0, 80, 180);
rotate(PI/4);
fill(#FF6464);
ellipse(0, 0, 80, 180);
rotate(PI/4);
fill(#FF7C17);
ellipse(0, 0, 80, 80);
}

沒有留言:
張貼留言