Zone[] zones; boolean moveY; // true when user is moving along the y axis (using w and s keys) String direction; // to tell showDirections which kind of arrow to draw int numZones; void setup() { size(640, 480); background(255); numZones = 15; zones = new Zone[numZones]; //populating that array for (int i=0; i