home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global loadNext, subPageWait, playMode
- startTimer()
- unLoadCast()
- puppetSound(0)
- if (playMode <> "64KMemOK") and (playMode <> "PPCMemOK") then
- if loadNext = 0 then
- nothing()
- else
- if loadNext = 1 then
- preLoad(label("craft2"), label("craft2") + 26)
- end if
- end if
- else
- preLoad(label("craft2"), "craft1")
- preLoad(label("craft2") + 3, "craft1" + 3)
- preLoad(label("craft2") + 7, "craft1" + 7)
- preLoad(label("craft2") + 10, "craft1" + 10)
- preLoad(label("craft2") + 16, "craft2" + 16)
- preLoad(label("craft2") + 23, "craft2" + 23)
- end if
- wait(subPageWait - the timer)
- go(#next)
- end
-