Code viewer for World: jump/duck/hide (clone by ...

// Cloned by ca400test 2 on 19 May 2019 from World "jump/duck/hide " by Alex Murphy 
// Please leave this clone trail here.
 
///////// Tweakers Box ///////////
var your_character = '/uploads/alexmurphy1996/finn.png';
var car_img = '/uploads/alexmurphy1996/car.png';
var bird_img = '/uploads/alexmurphy1996/bird.png';
var thief_img = '/uploads/alexmurphy1996/thief.png';

let speed = 8;

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


function action() {
   if (runner=="thieves"){
       hide();
      
   
   
}

function setup() {
    $.getScript ( "uploads/alexmurphy1996/lesson4_runjumphide_code.js", function() {
            preload();
            setup();
    });
}