Ultra-SiMPLE Int x, y, z, oldx, oldy read mouse (oldx, oldy, z) Do read mouse (x, y, z) If (z != 0) quit If (x = oldx And y = oldy) Continue drip oldx = x oldy = y Loop