Phil Davis ecrivait / wrote:

>To accomplish your goal without using "wait", and using your existing
>approach, you could give each sent message a different release time,
>like this:
>
>    put 10 into field "temps"
>    repeat with x = 1 to 10
>      send "mouseup" to field "temps" in x seconds
>    end repeat
>
>The "repeat" would finish quickly as before, but the "mouseUps" would
>each be released at the correct intervals.
>
>Maybe this helps explain what you experienced.

That's OK :-)
Thanks!
-- 
Regards,
Dominique
_______________________________________________
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard

Reply via email to