home *** CD-ROM | disk | FTP | other *** search
- on LeaveMovie quick
- global moviePath, retMovie, Cnt, Prnt
- if Cnt then
- set F1 to "QuickEnter"
- else
- set F1 to "Start"
- end if
- releaseSprites()
- if Cnt or quick then
- puppetTransition(50, 1, 16, 1)
- go(the frame - 1)
- if retMovie = "DiarySearch" then
- if Prnt then
- set Prnt to 0
- initRearWindow(255)
- end if
- go(1, moviePath & retMovie)
- else
- go(F1, moviePath & "DivSelect")
- end if
- else
- go("Bye")
- end if
- end
-