cannot trust first beeps
Posted: Tue May 22, 2018 5:49 pm
This has been going on forever.
In a button script:
Works fine, but each time the process is initiated in a new LC session (and sporadically in an existing session) the very first pair of beeps are delivered much more quickly than all subsequent ones.
Any else seen this? It could be a problem, I suppose, in certain circumstances
Craig
In a button script:
Code: Select all
on mouseup
startTimer
end mouseup
on startTimer
if the optionKey is down then exit to top
beep 2
send "startTimer" to me in 60
end startTimer
Any else seen this? It could be a problem, I suppose, in certain circumstances
Craig