Button to stop a repeating script?
Thomas McGrath III
3mcgrath at comcast.net
Mon Sep 29 21:37:25 EDT 2008
Michael,
I like to put a if then in there with a custom property.
-- card script
on indefiniteLoop
-- Download code
-- Email code
if the OktoExecute of this card then send "indefiniteLoop" to me in
300 seconds
end indefiniteLoop
-- Start button
on mouseUp pMouseBtnNo
set the OKtoExecute of this card to true
indefiniteLoop
end mouseUp
-- Stop button
on mouseUp pMouseBtnNo
set the OKtoExecute of this card to false
end mouseUp
HTHs
Tom McGrath III
On Sep 29, 2008, at 6:40 PM, Michael wrote:
> Hi:
>
> I searched but didn't find quite what I am trying to implement. Any
> tips on
> the best way to do the following is appreciated:
>
> I have a Start button that starts an indefinite repeat. (It
> downloads a bit
> of information from a web site and sends an email, waiting 5 minutes
> until
> doing it again.) I would like a Stop button to stop the repeat, but
> all I
> can do is Cmd-. to abort it. I tried setting a global flag but that
> doesn't
> work, at least the way I'm doing it. Ideas?
>
> Thanks,
>
> m
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list