home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 127 / dpcs0998.iso / Internet / netobs / Install.exe / t2.z / BREAKOUT.DCR / 00020.ls < prev    next >
Encoding:
Text File  |  1998-01-20  |  135 b   |  7 lines

  1. on waitForTicks piTicks
  2.   set startTicks to the timer
  3.   repeat while the timer < (startTicks + piTicks)
  4.     nothing()
  5.   end repeat
  6. end
  7.