home *** CD-ROM | disk | FTP | other *** search
- on checktimeout
- global mouseposition, saveronoff, autostatus
- set mouseposition2 to mouseH() & "," & mouseV()
- if mouseposition2 <> mouseposition then
- set the timeoutPlay to 1
- updateStage()
- set mouseposition to mouseposition2
- else
- set the timeoutPlay to 0
- if saveronoff then
- set the timeoutScript to "doTimeOut"
- else
- set the timeoutScript to EMPTY
- end if
- updateStage()
- end if
- if autostatus then
- set the timeoutScript to EMPTY
- end if
- end
-
- on dotimeout
- global savertime
- repeat with n = 1 to 48
- puppetSprite(n, 0)
- end repeat
- updateStage()
- unLoad()
- go(1, "SAVER")
- exit
- if savertime = 2 then
- go(1, "SAVER1")
- exit
- end if
- if savertime = 3 then
- go(1, "SAVER2")
- exit
- end if
- if savertime = 5 then
- go(1, "SAVER2")
- exit
- end if
- end
-