color change= color(204,51,240);
imgMask = loadImage ("Artboard 1.png");
ellipse(50,50,circWidth,circHeight);
circWidth= circWidth+ counter;
circHeight= circHeight+ counter;
if(circWidth>=500 || circWidth<=0){
change=color(42,203,219);
ellipse(450,50,cWidthUpR,cHeightUpR);
cWidthUpR= cWidthUpR+upRCounter;
cHeightUpR= cHeightUpR+upRCounter;
if(cWidthUpR>=500 || cWidthUpR<=0){
upRCounter=upRCounter*-1;
change=color(70,232,125);
ellipse(50,450,cWidthBL,cHeightBL);
cWidthBL= cWidthBL+ bLCounter;
cHeightBL= cHeightBL+ bLCounter;
if(cWidthBL>=500 || cWidthBL<=0){
change=color(250,131,197);
ellipse(450,450,cWidthBR,cHeightBR);
cWidthBR= cWidthBR+ bRCounter;
cHeightBR= cHeightBR+ bRCounter;
if(cWidthBR>=500 || cWidthBR<=0){
change=color(250,152,114);
ellipse(width/2,height/2,mWidth,mHeight);
mWidth= mWidth+ mCounter;
mHeight= mHeight+ mCounter;
if(mWidth>=500 || mWidth<=0){