Code viewer for World: Bouncy Balls (clone by Soph)

// Cloned by Soph on 21 May 2019 from World "Bouncy Balls" by Alex Murphy 
// Please leave this clone trail here.
 
function setup() {
    createCanvas(4000, 2000);
        $.getScript ( "uploads/alexmurphy1996/ball.js", function() {
            amount = 2500;
            reset();
        });
}