home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global loadNext, subPageWait, playMode
- startTimer()
- puppetSound(0)
- if (playMode = "64KMemOK") or (playMode = "PPCMemOK") then
- if loadNext = 0 then
- nothing()
- else
- if loadNext = 1 then
- unLoadCast()
- preLoad(label("labels") - 1, label("labels") + 42)
- end if
- end if
- if the timer < subPageWait then
- wait(subPageWait - the timer)
- end if
- go(#next)
- else
- unLoadCast()
- preLoad(label("labels") + 42, label("labels") + 42)
- puppetTransition(23, 1, 1)
- sound fadeOut 2, 3 * 60
- wait(30)
- go(marker("labels") + 42)
- end if
- end
-