home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gCycleStart, gCycleDur, gFadeStart, gCpuTicks
- if the machineType = 256 then
- nothing()
- else
- if the movieName contains ".dir" then
- set gCpuTicks to the cpuHogTicks
- set the cpuHogTicks to gCpuTicks * 2
- end if
- end if
- sound fadeIn 1, integer(gCycleDur / 2)
- puppetSound("bellLoop")
- set gCycleStart to the timer
- set gFadeStart to 0
- end
-