home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazine 28 Bonus / CDRomMagazine-SoftKey-ArtPassion-FrenchVersion-Win31Mac.bin / data / cngrkpl.dir / 00129_Script_129 < prev    next >
Text File  |  1996-05-30  |  405b  |  22 lines

  1. on ResetTimeOut
  2.   set the timeOutLapsed to 0
  3.   set the timeOutLength to 60*45 -- 45 seconds
  4. end
  5.  
  6.  
  7. on TimeOutOn
  8.   resetTimeOut
  9.   set the timeOutMouse to true
  10.   set the timeOutKeyDown to true
  11.   set the timeOutPlay to false
  12. end
  13.  
  14.  
  15. on TimeOutOff
  16.   resetTimeOut
  17.   set the timeOutMouse to false
  18.   set the timeOutKeyDown to false
  19.   set the timeOutPlay to true
  20.   when timeOut then nothing
  21. end
  22.