home *** CD-ROM | disk | FTP | other *** search
/ Adephia Powerlink / AdephiaPowerlink-030102.iso / mac / launchVT.dxr / 00013_matrix.ls < prev    next >
Encoding:
Text File  |  2001-03-30  |  2.5 KB  |  27 lines

  1. global gPcMatrix, gMacMatrix
  2.  
  3. on ButtonConfig
  4.   global g1aName, g1bName, g1cName, g1dName, g1eName, g1fName, g2aName, g2bName, g2cName, g2dName, g2eName, g2fName, gtechName
  5.   g1aName = "Power Link - Run the Installation Software"
  6.   g1bName = "Power Link - View the User Manual"
  7.   g1cName = EMPTY
  8.   g1dName = EMPTY
  9.   g1eName = EMPTY
  10.   g1fName = EMPTY
  11.   g2aName = "Power LInk - Run the Installation Software"
  12.   g2bName = "Power LInk - Quit the Application"
  13.   g2cName = EMPTY
  14.   g2dName = EMPTY
  15.   g2eName = EMPTY
  16.   g2fName = EMPTY
  17.   gtechName = EMPTY
  18. end
  19.  
  20. on buildPCMatrix
  21.   gPcMatrix = ["1a": "Adelphia", "2a": "Adelphia", "1a2c": EMPTY, "1a2d": EMPTY, "1a2e": EMPTY, "1b": "Docs", "1b2b": EMPTY, "1b2c": EMPTY, "1b2d": EMPTY, "1b2e": EMPTY, "1c2a": EMPTY, "1c2b": EMPTY, "1c2c": "t", "1c2d": EMPTY, "1c2e": EMPTY, "1d2a": EMPTY, "1d2b": EMPTY, "1d2c": EMPTY, "1d2d": EMPTY, "1d2e": EMPTY, "1e2a": EMPTY, "1e2b": EMPTY, "1e2c": EMPTY, "1e2d": EMPTY, "1e2e": EMPTY, "1f2a": EMPTY, "1f2b": EMPTY, "1f2c": EMPTY, "1f2d": EMPTY, "1f2e": EMPTY, "1f2f": EMPTY, "t1a2a": EMPTY, "t1a2b": EMPTY, "t1a2c": EMPTY, "t1a2d": EMPTY, "t1a2e": EMPTY, "t1b2a": EMPTY, "t1b2b": EMPTY, "t1b2c": EMPTY, "t1b2d": EMPTY, "t1b2e": EMPTY, "t1c2a": EMPTY, "t1c2b": EMPTY, "t1c2c": EMPTY, "t1c2d": EMPTY, "t1c2e": EMPTY, "t1d2a": EMPTY, "t1d2b": EMPTY, "t1d2c": EMPTY, "t1d2d": EMPTY, "t1d2e": EMPTY, "t1e2a": EMPTY, "t1e2b": EMPTY, "t1e2c": EMPTY, "t1e2d": EMPTY, "t1e2e": EMPTY, "t1f2a": EMPTY, "t1f2b": EMPTY, "t1f2c": EMPTY, "t1f2d": EMPTY, "t1f2e": EMPTY, "t1f2f": EMPTY, "void": "void"]
  22. end
  23.  
  24. on buildMacMatrix
  25.   gMacMatrix = ["1a": "Adelphia", "2a": "Adelphia", "1a2c": EMPTY, "1a2d": EMPTY, "1a2e": EMPTY, "1b": "Docs", "1b2b": EMPTY, "1b2c": EMPTY, "1b2d": EMPTY, "1b2e": EMPTY, "1c2a": EMPTY, "1c2b": EMPTY, "1c2c": EMPTY, "1c2d": EMPTY, "1c2e": EMPTY, "1d2a": EMPTY, "1d2b": EMPTY, "1d2c": EMPTY, "1d2d": EMPTY, "1d2e": EMPTY, "1e2a": EMPTY, "1e2b": EMPTY, "1e2c": EMPTY, "1e2d": EMPTY, "1e2e": EMPTY, "1f2a": EMPTY, "1f2b": EMPTY, "1f2c": EMPTY, "1f2d": EMPTY, "1f2e": EMPTY, "t1a2a": EMPTY, "t1a2b": EMPTY, "t1a2c": EMPTY, "t1a2d": EMPTY, "t1a2e": EMPTY, "t1b2a": EMPTY, "t1b2b": EMPTY, "t1b2c": EMPTY, "t1b2d": EMPTY, "t1b2e": EMPTY, "t1c2a": EMPTY, "t1c2b": EMPTY, "t1c2c": EMPTY, "t1c2d": EMPTY, "t1c2e": EMPTY, "t1d2a": EMPTY, "t1d2b": EMPTY, "t1d2c": EMPTY, "t1d2d": EMPTY, "t1d2e": EMPTY, "t1e2a": EMPTY, "t1e2b": EMPTY, "t1e2c": EMPTY, "t1e2d": EMPTY, "t1e2e": EMPTY, "t1f2a": EMPTY, "t1f2b": EMPTY, "t1f2c": EMPTY, "t1f2d": EMPTY, "t1f2e": EMPTY, "t1f2f": EMPTY, "void": "void"]
  26. end
  27.