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

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