if im using the script "on functionKey tKey" can i use that to "press" a button on the interface? i would like it to start the timer as you see on the picture.
i tried to add the function i have on the button to the "case 1" script but i get an error on the countUp function.
name options
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: name options
Hi.
You can do your timer routine directly from the functionKey handler, or you can. If you want to be cute, you can
But there is no reason to be cute when being sober and competent will do. I only added that to see if I can get some idea of where you are with learning LC.
Craig
You can do your timer routine directly from the functionKey handler, or you can
Code: Select all
send "mouseUp" to button "timerButton"
Code: Select all
click at the loc of button "timerButton"
Craig
Re: name options
Back to the name function that i asked in the beginging, how would you do so you can edit and add players? and so i can search them by number?