home *** CD-ROM | disk | FTP | other *** search
/ Hope PC Multimedia SuperPack 2 / HOMEPC.iso / TAROT / DOWNLOAD / VT3.ZIP / C1.DXR / 00219.ls < prev    next >
Encoding:
Text File  |  1995-11-02  |  483 b   |  25 lines

  1. on LeaveMovie quick
  2.   global moviePath, retMovie, Cnt, Prnt
  3.   if Cnt then
  4.     set F1 to "QuickEnter"
  5.   else
  6.     set F1 to "Start"
  7.   end if
  8.   releaseSprites()
  9.   if Cnt or quick then
  10.     puppetTransition(50, 1, 16, 1)
  11.     go(the frame - 1)
  12.     if retMovie = "DiarySearch" then
  13.       if Prnt then
  14.         set Prnt to 0
  15.         initRearWindow(255)
  16.       end if
  17.       go(1, moviePath & retMovie)
  18.     else
  19.       go(F1, moviePath & "DivSelect")
  20.     end if
  21.   else
  22.     go("Bye")
  23.   end if
  24. end
  25.