PImage coinh,coint; PFont font; String str; int headc,tailc; void setup() { size(600,600); coinh = loadImage("head.jpg"); coint = loadImage("tail.jpg"); headc = 0; tailc = 0; font = createFont("Ariel",20); textFont(font); } void draw() { } void mousePressed() { background(255); if (.5