Page 1 of 1

script about click a button 4 times

Posted: Thu Nov 07, 2013 1:19 pm
by tony123qwe
Excuse me, how to realise a function that click a button 4 times in 2 seconds and then go to another card?
Thank you.

Re: script about click a button 4 times

Posted: Thu Nov 07, 2013 1:39 pm
by Klaus
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? 8)


Best

Klaus

Re: script about click a button 4 times

Posted: Thu Nov 07, 2013 2:50 pm
by dunbarx
Hi.

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

Posted: Thu Nov 07, 2013 10:51 pm
by Simon
I think Tony wants a speed test.

Simon

Re: script about click a button 4 times

Posted: Thu Nov 07, 2013 10:54 pm
by dunbarx
Radar? Or just see if the pupils are dilated?

With a two second sweep, I would think speed would kill.

Craig

Re: script about click a button 4 times

Posted: Thu Nov 07, 2013 11:12 pm
by Simon
errrr... I meant clicking the button very fast :?:
4 times in under 2 seconds?

Simon