keep status


    noStroke();
    fill(255);
    rect(width/4, 0, width/2, height/12);
    fill(255,100,100);
    rect(width/4, 0, width/2, (catched)*height/12/dotnr);
  }