home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global loadNext, whatSpeed, whatFactor, frameLoop, waitTime1
- puppetSound(0)
- sound fadeOut 2, 1 * 60
- if frameLoop = 0 then
- set whatSpeed to whatSpeed + waitTime1
- unLoadCast()
- preLoad(label("s5turn"), label("s5turn") + 12)
- end if
- if the timer < whatSpeed then
- set frameLoop to 1
- go(the frame)
- else
- set frameLoop to 0
- resetTimer()
- go(#next)
- end if
- end
-