var strips = function(){ noStroke(); fill(0,0,255); rect(0,0,50,400); fill(255,0,0); rect(350,0,50,400); }; strips();