home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 1998 October / PCpro_1998_10.ISO / compuser / Service.dxr / 00151.ls < prev    next >
Encoding:
Text File  |  1998-04-08  |  152 b   |  10 lines

  1. on mouseUp
  2.   global gMachine
  3.   case gMachine of
  4.     "WIN_16", "WIN_32":
  5.       go("ISY_WIN")
  6.     "MAC_68", "MAC_PPC":
  7.       go("ISY_MAC")
  8.   end case
  9. end
  10.