PImage strap; PFont uiFont; Touch[] touchObjects; int touchNumbers, touchCounts; String[] toucher = { "Knut", "Per", "Daniel", "Gunnar", "Daffy" }; String[] touched = { "Camera", "Luchbox", "Flexus", "Moleskin", "Bus stop" }; void setup(){ strap=loadImage("strap.png"); uiFont= loadFont(FACE_SYSTEM, STYLE_BOLD, SIZE_LARGE); textFont(uiFont); touchObjects = new Touch[20]; touchCounts = 0; } void draw(){ touchNumbers = checkTouchNumbers(); for (int i=0;i