I have a program in which a series of events occir each time the timer runs. However i want to stop the timer when a certain variable reaches another variable. I have tried
If variable1 = variable 2 then
timer.enabled = false
but the timer continues. Why is this. If anyone has a resolution can u demonstrate it with the example above. Thanx