home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1995 July / PCPRO.ISO / motoring / support / tech / shared.dir / 00922.ls < prev    next >
Encoding:
Text File  |  1995-05-11  |  254 b   |  15 lines

  1. on theTempo theClicks
  2.   set y to the timer
  3.   repeat while the timer < (y + theClicks)
  4.   end repeat
  5. end
  6.  
  7. on woah howLong
  8.   set y to the timer
  9.   repeat while the timer < (y + (howLong * 60))
  10.     if the mouseDown then
  11.       exit
  12.     end if
  13.   end repeat
  14. end
  15.