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
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution