0

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?

Brandon
  • 89
  • 7

1 Answers1

1

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

d_void
  • 123
  • 10
  • Thanks.. It doesnt tell me how to use or write the function. – Brandon Jul 28 '17 at 23:05
  • 1
    When answering it is encouraged that you please at least summarize the content from any links in case the links die and someone else would like to use the information in the future – Toby Jul 28 '17 at 23:05