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 >
Wrap
Text File
|
1996-05-30
|
405b
|
22 lines
on ResetTimeOut
set the timeOutLapsed to 0
set the timeOutLength to 60*45 -- 45 seconds
end
on TimeOutOn
resetTimeOut
set the timeOutMouse to true
set the timeOutKeyDown to true
set the timeOutPlay to false
end
on TimeOutOff
resetTimeOut
set the timeOutMouse to false
set the timeOutKeyDown to false
set the timeOutPlay to true
when timeOut then nothing
end