boolean[][] poopList; BImage poop, mouse; void setup(){ size(250,250); background(255,255,255); poopList = new boolean[width][height]; poop = loadImage("poop.gif"); mouse = loadImage("mouse.gif"); } void loop(){ //iterate through pooplist for(int i=0; i