function setup() { cursor(CROSS); createCanvas(600, 600); } function draw() { background(64); }