var draw = function(){ background(255,255,255); fill(0,0,198); noStroke(); rect(mouseX-90, mouseY-30, 200, 100); fill(255,255,255); textSize(40); text( "WALMART", mouseX-80, mouseY+30); };