void OnTouchComplete(object o, TouchCompleteArg arg) { currentState = State.Scoring; TouchInterface t = (TouchInterface)o; score = Time.time - score; Vector3 point = phrase.transform.position; point.z = phrase.Z; recognitionTime.TextTo(score.ToString(), point); IncrementProgress(); t.PauseParticle(); }