home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global playMode, loadNext, mainPageWait, subPageWait
- startTimer()
- unLoadCast()
- puppetSound(0)
- if (playMode = "64KMemOK") or (playMode = "PPCMemOK") then
- if loadNext = 0 then
- nothing()
- else
- if loadNext = 1 then
- unLoadCast()
- preLoad(label("Banners") - 2, label("Banners") + 2)
- end if
- end if
- if the timer < subPageWait then
- wait(subPageWait - the timer)
- end if
- go(#next)
- else
- unLoadCast()
- preLoad(label("Banners"), label("Banners"))
- preLoad(label("Banners") + 2, label("Banners") + 2)
- preLoad(member "xmastree")
- wait(30)
- go(#next)
- end if
- end
-