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

// Cloned by neha bashir on 20 May 2019 from World "Comments, Types & Variables World" by Alex Murphy 
// Please leave this clone trail here.
 
////////// Student Code ////////////////
var string = "Comments, Types & Variables";
var amount = 10;
var colour = true; 
var chasing = true;


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

function preload() {
    runner = loadImage('/uploads/neha123/criminalrobbercomptuing.png');
    chaser = loadImage('/uploads/neha123/Fire-Dragoncomputing.png');
    song = loadSound('/uploads/neha123/');
}

function setup() {
    createCanvas(400, 700);
    $.getScript ( "uploads/alexmurphy1996/lesson1_chasing.js", function() {
        setup();
    });
    var word = "hello"
}