//cubelove again, inspired by Alfred Escher //with background color transition and random color of the center cube //with a little help for the background from Forum User, Tande //Global Variables float x=0; //setup() void setup() { size (880, 720); colorMode(HSB); //noLoop(); } void draw() { noStroke(); background(x/300,200,255); fill(x/200,200,255); x+=20; for (int j=0; j