void basepad(){ stroke(0); beginShape(); vertex(0, 197); vertex(147, 197); vertex(147, 397); vertex(0, 397); endShape(); for(int i=0; i<=98;i=i+49){ for(int j=253;j<=358; j=j+35){ noFill(); rect(i,j,49,35); } } }