home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global win, oldsl, rearw, cnt01
- set win to 1
- set rearw to 0
- set oldsl to 1
- if the soundLevel = 0 then
- set the soundLevel to 1
- set oldsl to 0
- end if
- cursor(200)
- if win = 0 then
- if rearw = 1 then
- initrearwindow()
- end if
- else
- end if
- preloadMember(9, 54)
- set cnt to 0
- startTimer()
- repeat while the timer < 30
- set cnt to cnt + 1
- end repeat
- set cnt01 to cnt / 300
- end
-