Code viewer for World: Project World 1 (clone by ...

// Cloned by Phil McMahon on 19 May 2019 from World "Project World 1 (clone by Phil McMahon)" by Phil McMahon 
// Please leave this clone trail here.
 


// Cloned by Phil McMahon on 19 May 2019 from World "Project World 1" by Alex Murphy 
// Please leave this clone trail here.
 
////////// Student Code ////////////////

var string = "derp";
var amount = 0;
var joke = 3.142;
var colour = true;

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

function preload() {
    images = loadImage('/uploads/alexmurphy1996/derpjoke.png');
}

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