home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 #11 / PCDIREKT_1198.bin / SHOWDATA / STARTNEU.DXR / 00030.ls < prev    next >
Encoding:
Text File  |  1998-03-18  |  217 b   |  12 lines

  1. on exitFrame
  2.   global dirpath, whichmovie
  3.   cursor(-1)
  4.   unLoad(member whichmovie)
  5.   cursor(4)
  6.   if the platform contains "Mac" then
  7.     go(1, dirpath & "showeinf")
  8.   else
  9.     go(1, dirpath & "showeinf")
  10.   end if
  11. end
  12.