home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / optimus / agata / home.dir / 00251.ls < prev    next >
Encoding:
Text File  |  1997-02-20  |  189 b   |  10 lines

  1. on exitFrame
  2.   global gPath
  3.   if the machineType = 256 then
  4.     set nextMovie to gPath & "attic\"
  5.   else
  6.     set nextMovie to gPath & "attic:"
  7.   end if
  8.   go(1, nextMovie & "attic.dir")
  9. end
  10.