From: Michael P. <mp...@ph...> - 2001-02-16 12:48:15
|
I've completed the update of my TimeLine class. It is quite useful for sequential code execution. It is my hope that eventually all animation will be done using a time line. This allows for a frame by frame ordering of code rather than a pause and execute loop. It is possible to alter the frame rate during execution without the need to stop and start the code. I have also altered the .sleep() method. It is my belief that this method is actually ment to cause the sequence to sleep for a given # of secs not just alter the frame rate. I suggest that this change alse be made to the thread class. As always, I've done almost no documentation and am open to all suggestions / comments / questions. : ) -- Michael Pemberton mp...@ph... ICQ: 12107010 |