How do I write and use:
pygame.time.get_ticks()
Is it a good way to wait some time in an animation but still have code running?
Is it a good way to wait some time in an animation but still have code running? The answer is depends on what you are trying to achieve. Here is an example where time.get_ticks() has a valid use.
http://nullege.com/codes/search/pygame.time.get_ticks
Hope this helps