home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 12: Textmags & Docs / nf_archive_12.iso / MAGS / TEXTMAGS / 3RD_DIM / 3RDDM04.MSA / LOADSAVE / OBCHECK.TXT < prev    next >
Text File  |  2004-06-27  |  543b  |  73 lines

  1.                        THE THIRD DIMENSION
  2. The code below the dotted line is to accompany the LOADSAVE.TXT
  3. file by Robin Ball.Delete all of the writing above and including 
  4. the dotted line if you wish to use the code in the 3D KITS.
  5. --------------------------------------------------------------- 
  6.  
  7. IF VAREQ? (1,V100)
  8. THEN
  9.  INVIS (2,1)
  10. ELSE
  11.  VIS (2,1)
  12. ENDIF
  13. IF VAREQ? (1,V101)
  14. THEN
  15.  INVIS (2,2)
  16. ELSE
  17.  VIS (2,2)
  18. ENDIF
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.