float scale; void setup() { size(200, 200); noStroke(); scale = width/10; } void draw() { for(int i=0; i