Wow I was thinking on similar lines headbanging yesterday.
But looking at the touch count, it looked like touch starts counting from the first touch and I was wondering how I'd classify something as double touch.
Was thinking of having a variable that will record time between each touch and compare touch n and touch (n-1) .. although I still don't know if I can pull time in secs or unixtime into a variable.
Too complex eh :)
So the magic is "reset the variable to 0 every half second."
Thank you OddConfection
Btw, any use of why the touch gets counted and are we actually breaking something internally if we reset it? Ashley?
May be I should assign the value to another variable and use that.