sMALLQuestions
Programmer
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
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