home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 4 / cdrt04.iso / pc / bballhit / windemo.dir / 00015.ls < prev    next >
Encoding:
Text File  |  1994-08-04  |  131 b   |  7 lines

  1. on holdOn numTicks
  2.   set startTicks to the ticks
  3.   repeat while the ticks < (startTicks + numTicks)
  4.     nothing()
  5.   end repeat
  6. end
  7.