void draw(){ translate(20,20); rotate(radians(mouseX*3.6)); rect(0,0,20,10); translate(50,50); rotate(radians(mouseX*3.6)); rect(0,0,20,10); }