Python Animation Timing
        Posted  
        
            by M3RPHY
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by M3RPHY
        
        
        
        Published on 2010-04-18T02:49:33Z
        Indexed on 
            2010/04/18
            2:53 UTC
        
        
        Read the original article
        Hit count: 477
        
I'm currently working on sprite sheet tool in python that exports the organization into an xml document but I've run into some problems trying to animate a preview. I'm not quite sure how to time the frame rate with python. For example, assuming I have all of my appropriate frame data and drawing functions, how would I go about coding the timing to display it at 30 frames per second (or any other arbitrary rate).
© Stack Overflow or respective owner