Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>nap() - pause program execution for <nn> clock ticks</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     nap() - pause program execution for <nn> clock ticks
  Usage:    nap(<ticks>)
  Params:   integer <ticks> - number of clock ticks to pause
  Returns:  nothing

 ---------------------------------- Example ---------------------------------

                 cls(23)
                 do screen1
                 nap(5*18.2)         && pause for 5 seconds
                 cls(23)

  Note:     The integer <ticks> is an integer denoting how many clock
            ticks to wait. One clock tick is approx. 1/18 of a second.
            The longest nap you can take is 1 hour (65535 ticks).


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson