Jacque-

Tuesday, October 2, 2012, 1:50:27 PM, you wrote:

> Ah, that's it. I tried handling pending messages differently but in the
> wrong place:

> on showRandoms tSecs
>    put random(99)
>    wait 0 with messages
>    if tSecs = 0 then
>      exit to top
>    end if
>    if tSecs > the seconds and "showRandoms" is not in the pendingmessages
>    then send "showRandoms" && tSecs to me in 5
> end showRandoms

You actually don't need the pendingmessages test if you've got the
wait 0 with messages line in there. Unless you hit the start button
multiple times there will only ever be one "showRandoms" message
pending because it's queued up at the end of the previous one.

-- 
-Mark Wieder
 mwie...@ahsoftware.net


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to