Free Pascal Lazarus App Tutorial 13 - Bouncing Balls Animation - Parallel Arrays



The code from Tutorial 12 is modified to allow five bouncing balls. There are multiple ways of accomplishing this. Parallel arrays are used to control the 5 balls.

Code Download 
FPAppT13.zip