The value of timed functions

Using a function that can be called at a later time can be helpful when organizing the timing of your game objects' appearance in an application. The timer library will allow us to handle our functions in a timely manner.

The timer function enables you to trigger events at a specific delay (in milliseconds) of your choosing.