Kevin Miller wrote:
>See if this gets you started:
>
>on mouseUp
> repeat with i = 1 to 100
> put i
> wait for messages
> end repeat
>end mouseUp
>
>on mouseMove
> put x,y
>end mouseMove
Thanks, Kevin.
It seems that "wait for messages" stops the handler until *any*
message occurs. Is there a way to control which message it waits for?
(I tried, but haven't found a way yet.) If not, how might you use
this?
Thanks also for the other information.
Cheers
Dave Cragg
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.