process balls
for (int i = 0; i
<dotnr
; i++) { if (dots[i] != null) { dots[i].nextPos(); if (dots[i].x>width/4 && dots[i].x
<width
/4*3 && dots[i].y < height/12) { dots[i] = null; catched += 1;