On Fri, Jul 17, 2015 at 3:52 AM, Richmond <richmondmathew...@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
_______________________________________________
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