home *** CD-ROM | disk | FTP | other *** search
- --MAC
- --Links
-
- Global gMatrix
-
- --Matrix for Executable links¬
- --The top left selection on question 1 is called button 1a
- --The second selection left column is button 1b, ¬
- --continuing down to 1e in the first column
- --
- --
- --The second page of questions repeats the same ¬
- --desending column number/letter naming structure ¬
- --only the first numeral is 2. (2a,2b,2c...)¬
- --
- --The Matrix is simply built as a record of¬
- --the user choices in question 1 and then question 2
- --1a2a would be the path to the first questions top left button choice¬
- --and the top left button choice in the second question¬
-
- --ONLY change the name of the folder which contains the correct VTruch executable ¬
- --associated with the Button Name inside the quotation marks
- --Structure of the list can not change
-
-
- on buildMacMatrix
-
- set gMatrix = [¬
- "1a":"Adelphia",¬
- "2a":"Adelphia",¬
- "1a2c":"",¬
- "1a2d":"",¬
- "1a2e":"",¬
- "1b":"Docs",¬
- "1b2b":"",¬
- "1b2c":"",¬
- "1b2d":"",¬
- "1b2e":"",¬
- "1c2a":"",¬
- "1c2b":"",¬
- "1c2c":"",¬
- "1c2d":"",¬
- "1c2e":"",¬
- "1d2a":"",¬
- "1d2b":"",¬
- "1d2c":"",¬
- "1d2d":"",¬
- "1d2e":"",¬
- "1e2a":"",¬
- "1e2b":"",¬
- "1e2c":"",¬
- "1e2d":"",¬
- "1e2e":"",¬
- "1f2a":"",¬
- "1f2b":"",¬
- "1f2c":"",¬
- "1f2d":"",¬
- "1f2e":"",¬
- "void":"void"]
-
- end
-
-
-
-
-
-
-
-
-