home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף מעל 200 משחקים מרתקים / over-200-games-micro-a-media.iso / CONNECTD / HOST2.DXR / 00013.ls < prev    next >
Encoding:
Text File  |  1996-01-12  |  364 b   |  19 lines

  1. on exitFrame
  2.   global launcher, winVers, saveWinPath
  3.   if launcher <> 1 then
  4.     openMIAW(4)
  5.   else
  6.     if winVers = 1 then
  7.       tell window "guest"
  8.         go(1, saveWinPath & "CONNECT2\04a")
  9.       end tell
  10.     else
  11.       tell window "guest"
  12.         go(1, "connect2:connect2:04a")
  13.       end tell
  14.     end if
  15.   end if
  16.   puppetPalette("pal04a", 60)
  17.   cursor(0)
  18. end
  19.