home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global loadNext, whatSpeed, whatFactor, frameLoop, waitTime1
- if frameLoop = 0 then
- set whatSpeed to whatSpeed + waitTime1
- unLoad(label("s4party"), label("s4party") + 10)
- preLoad(label("s4turn4"), label("s4turn4") + 5)
- 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
-