xxxxxxxxxx
10
let a;
function setup() {
a = createA("https://www.mso.anu.edu.au/~jcranney/files/raiders_response/response","whoops better catch my raiders response quick!","_blank")
a.position(0,0);
}
function draw() {
a.position(1.5*frameCount,1.5*frameCount);
}