home *** CD-ROM | disk | FTP | other *** search
/ PC Player 1997 October / PCPL1097A.iso / CSERVE / INIT_311.DXR / 00002.ls next >
Encoding:
Text File  |  1997-08-08  |  227 b   |  12 lines

  1. on exitFrame
  2.   global gMachine, gSystem
  3.   mInit()
  4.   set gSystem to "WIN_311"
  5.   case gMachine of
  6.     "WIN_32", "WIN_16":
  7.       go("SCREEN_PC", "AUSWAHL")
  8.     "MAC_PPC", "MAC_68":
  9.       go("SCREEN_MAC", "AUSWAHL")
  10.   end case
  11. end
  12.