imageMode(CENTER); var draw = function() { background(0, 0, 0); image(getImage("starwars/c3po"), mouseX, mouseY, 220, 220); image(getImage("starwars/yoda"), mouseY, mouseX, 220, 220); };