Totally Loopy

Dr. Hawkins dochawk at gmail.com
Sun Jul 19 16:28:16 EDT 2015


On Fri, Jul 17, 2015 at 3:52 AM, Richmond <richmondmathewson at gmail.com>
wrote:

>  wait 4 ticks
>    animaSHun
> end animaSHun
>

This part is going to cause a nesting problem . . . the first invocation of
animaSHun never completes, then the second, and eventually you hit the
limits.

Try

   send animaSHun to me in 4 ti ks
> end animaSHun
>

also, as the others mention, all of your wait should be "with messages" so
that other things can happen

-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462



More information about the use-livecode mailing list