script about click a button 4 times
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Posts: 3
- Joined: Tue Nov 05, 2013 6:28 pm
script about click a button 4 times
Excuse me, how to realise a function that click a button 4 times in 2 seconds and then go to another card?
Thank you.
Thank you.
Re: script about click a button 4 times
Hi Tony,
is this what you mean:
...
dispatch "mouseup" to btn "el clicko"
wait 666 millisecs
dispatch "mouseup" to btn "el clicko"
wait 666 millisecs
dispatch "mouseup" to btn "el clicko"
wait 666 millisecs
dispatch "mouseup" to btn "el clicko"
go cd "wherever..."
...
?
Do you really need to "virtually" click the button 4 times?
Can't you just do what the buttons script demands and that 4 times?
Best
Klaus
is this what you mean:
...
dispatch "mouseup" to btn "el clicko"
wait 666 millisecs
dispatch "mouseup" to btn "el clicko"
wait 666 millisecs
dispatch "mouseup" to btn "el clicko"
wait 666 millisecs
dispatch "mouseup" to btn "el clicko"
go cd "wherever..."
...
?
Do you really need to "virtually" click the button 4 times?
Can't you just do what the buttons script demands and that 4 times?

Best
Klaus
Re: script about click a button 4 times
Hi.
I am with Klaus on this. What are you trying to do? I bet there is a better way...
Craig Newman
I am with Klaus on this. What are you trying to do? I bet there is a better way...
Craig Newman
Re: script about click a button 4 times
I think Tony wants a speed test.
Simon
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: script about click a button 4 times
Radar? Or just see if the pupils are dilated?
With a two second sweep, I would think speed would kill.
Craig
With a two second sweep, I would think speed would kill.
Craig
Re: script about click a button 4 times
errrr... I meant clicking the button very fast
4 times in under 2 seconds?
Simon

4 times in under 2 seconds?
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!