home *** CD-ROM | disk | FTP | other *** search
/ Car Screensaver - Toyota / TOYOTA.iso / mjparty / hsqdemo.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  1996-09-26  |  183 b   |  14 lines

  1. on wtime xx
  2.   startTimer()
  3.   repeat while the timer < xx
  4.     nothing()
  5.   end repeat
  6. end
  7.  
  8. on wtime01 xx
  9.   global cnt01
  10.   repeat with n = 1 to cnt01 * xx
  11.     nothing()
  12.   end repeat
  13. end
  14.