var col = Math.floor(balleX / LARGEUR_BRIQUE); if(col < NOMBRE_BRIQUES && balleY < EPAISSEUR_BRIQUE) { briques[col] = false; }