home *** CD-ROM | disk | FTP | other *** search
- global gyuraimizu, gyuraitime
-
- on exitFrame
- if gyuraimizu > 30 then
- ahirudown()
- set gyuraimizu to 0
- end if
- if the timer > (10 * 60) then
- go(marker(1))
- set gyuraitime to gyuraitime + 0.29999999999999999
- startTimer()
- else
- go(marker(0))
- end if
- end
-