home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- repeat while soundBusy(1)
- if the timer > 5 then
- movehs()
- end if
- if the mouseDown then
- exith()
- end if
- end repeat
- end
-
- on movehs
- global gtime1
- if gtime1 = 24 then
- set gtime1 to 1
- else
- set gtime1 to gtime1 + 1
- end if
- if (gtime1 mod 12) = 0 then
- curh()
- end if
- startTimer()
- end
-