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

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


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


// Cloned by 09syeda on 20 May 2019 from World "Comments, Types & Variables World" by Alex Murphy 
// Please leave this clone trail here.
 
////////// Student Code ////////////////

var string = "comment-types, and variables";

var amount=88;

var color = gold

 var chasing = true;

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

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();
    });
}