Code viewer for World: Comments, Types & Variable...

// Cloned by Ralph on 20 May 2019 from World "Comments, Types & Variables World (clone by Ralph)" by Ralph 
// Please leave this clone trail here.
 


// Cloned by Ralph on 20 May 2019 from World "Comments, Types & Variables World" by Alex Murphy 
// Please leave this clone trail here.
 
////////// Student Code ////////////////
var string = "Ya Yeet";

var amount = 15000000000000000000000000000000000000;


////////////////////////////////////////

function preload() {
    runner = loadImage('/uploads/alexmurphy1996/JohnTravolta.png');
    chaser = loadImage('/uploads/alexmurphy1996/Sam.L.Jackson.png');
    song = loadSound('uploads/alexmurphy1996/sicklaugh.mp3');
}

function setup() {
    createCanvas(710, 400);
    $.getScript ( "uploads/alexmurphy1996/lesson1_chasing.js", function() {
        setup();
    });
}