Infinitely looping animations...

Nick Kallen phantom@earthlink.net
Sat, 21 Jun 1997 13:36:44 -0700


Hi..

I've written a program that I want to animate infinitely. The only way I
can concieve of doing this is an infinite recursion. Obviously, this is not
a good thing, as requiring the user to kill the app using <ctrl><alt><del>
(in win95 atleast) is not cool.
 Any suggestions?

-Nick