Can't send click in time
Scott Rossi
scott at tactilemedia.com
Tue Mar 2 19:53:13 EST 2010
Recently, Bill Vlahos wrote:
> I can "send a mouseUp to button "A" in 1 milliseconds" but "send click at loc
> of button "A" in 1 millisecond" generates an error in the IDE.
>
> How can I send a click in time?
Here's one way:
on mouseUp
send "clickButton" to me in 1 millisecs
end mouseUp
on clickButton
click at loc of btn "A"
end clickButton
Regards,
Scott Rossi
Creative Director
Tactile Media, UX Design
More information about the use-livecode
mailing list