Project 2.6: Gravity
Count the bounces a ball makes as it crosses the screen

REQUIREMENTS


FAQ / Tips


ySpeed = abs(ySpeed) * -1;


 fill(255);

 textSize(40);

 textAlign(CENTER, CENTER);

 text("Current", width * 1 / 3, 75);

 text(current, width * 1 / 3, 125);

 text("Record", width * 2 / 3, 75);

 text(record, width * 2 / 3, 125);