home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set lev to the soundLevel
- set the soundLevel to 0
- if the machineType <> 256 then
- sound playFile 1, ":MUSIC:THLOOP.AIF"
- else
- sound playFile 1, "MUSIC\THLOOP.AIF"
- end if
- repeat with fadeLev = 0 to lev
- startTimer()
- repeat while the timer < 10
- nothing()
- end repeat
- set the soundLevel to fadeLev
- end repeat
- end
-