home *** CD-ROM | disk | FTP | other *** search
- on checkstat
- global gmv, gdc
- if the timer > (6 * 60) then
- if (gmv > (the mouseV + 50)) or (gmv < (the mouseV - 50)) then
- set gmv to the mouseV
- puppetSound("3.äÏÇ‘-b")
- dspten(1)
- set gdc to gdc + 1
- set gmv to the mouseV
- startTimer()
- return 0
- else
- if the timer > (15 * 60) then
- if (gmv < (the mouseV + 50)) or (gmv > (the mouseV - 50)) then
- return 1
- else
- set gmv to the mouseV
- startTimer()
- end if
- end if
- end if
- end if
- return 0
- end
-