Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Double-click? yep. Triple-click? ah no

Status
Not open for further replies.

sMALLQuestions

Programmer
Mar 8, 2001
12
NZ
hey everyone !
this is my double-click script, and it works for me :

on (release) {
if ((Number(getTimer()-lastClick)<500)) {
Comment: Do the doubleclick action here
} else {
lastClick = getTimer();
Comment: Do any singleclick action here
}
}

As this is possible ,How hard can it be to do triple click ? or four-click .
Please can someone write me the code for 3-click & 4-click .
Please, please, please .....

(-: Thanks everyone in advance ! :)
- sMALLQ
 
as you say, how hard can it be, why don't you have a go at it and then come back with what you've tried? Then maybe it would look like you at least had a go yourself before asking others to spend time on it? I'd be more than happy to help.

dave dave@davdesign.co.uk

^^^^^^^^^^^^^^^^
 
Dave....
LOL !!
Les gens ne veulent plus travailler hm?

,-)

Patricia
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top