home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gCycleDur, gCycleStart, gLookAwayTime, gFadeStart
- if the timer > (gCycleStart + gCycleDur) then
- go(label("logo"))
- exit
- else
- if (the timer > (gCycleStart + integer(gCycleDur / 2) + 60)) and not gFadeStart then
- sound fadeOut 1, integer(gCycleDur / 2) - 20
- set gFadeStart to 1
- end if
- end if
- if the machineType <> 256 then
- go(the frame)
- else
- go(marker(0) + 1)
- end if
- end
-