home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 21 / CD_ASCQ_21_040595.iso / dos / fr / mcshow10.exe / DOC / MC-SHOW / EXE / INTERACT.MCT < prev    next >
Text File  |  1994-10-09  |  2KB  |  116 lines

  1. ' DOCUMENTATION DE MC-SHOW
  2. ' (C)opyright B.PINEDA et MICRO-CONTACTS AOUT 1994
  3.  
  4. :speed 1
  5. :mousecursortext on
  6. :defmousecursortext 1,15,
  7. :defmousecursortextok 2,14,
  8. :clstext
  9. :mergetext on
  10.  
  11. :label ecr71
  12. mcdoc71 r mt
  13. :mouse 1,25,14,25
  14.  :goto menu_general
  15. :mouse 74,25,80,25
  16.  :goto quitter
  17. :mouse 41,25,47,25
  18.  :goto ecr72
  19. :mouse 45,16,47,16
  20.  :goto instruction_principale
  21.  
  22. :label instruction_principale
  23. :affect s1,instprin
  24. :execmct s1
  25.  
  26. :label ecr72
  27. mcdoc72 r mt
  28. :mouse 1,25,14,25
  29.  :goto menu_general
  30. :mouse 74,25,80,25
  31.  :goto quitter
  32. :mouse 31,25,39,25
  33.  :goto ecr71
  34. :mouse 51,25,57,25
  35.  :goto ecr138
  36.  
  37. :label ecr138
  38. mcdoc138 r mt
  39. :mouse 1,25,14,25
  40.  :goto menu_general
  41. :mouse 74,25,80,25
  42.  :goto quitter
  43. :mouse 31,25,39,25
  44.  :goto ecr72
  45. :mouse 51,25,57,25
  46.  :goto ecr73
  47.  
  48. :label ecr73
  49. mcdoc73 r mt
  50. :mouse 1,25,14,25
  51.  :goto menu_general
  52. :mouse 74,25,80,25
  53.  :goto quitter
  54. :mouse 31,25,39,25
  55.  :goto ecr138
  56. :mouse 51,25,57,25
  57.  :goto ecr74
  58.  
  59. :label ecr74 
  60. mcdoc74 r mt
  61. :mouse 1,25,14,25
  62.  :goto menu_general
  63. :mouse 74,25,80,25
  64.  :goto quitter
  65. :mouse 31,25,39,25
  66.  :goto ecr73
  67. :mouse 51,25,57,25
  68.  :goto ecr75
  69. :mouse 45,5,47,5
  70.  :goto instruction_principale
  71. :mouse 45,20,47,20
  72.  :goto instruction_principale
  73.  
  74. :label ecr75
  75. mcdoc75 r mt
  76. :mouse 1,25,14,25
  77.  :goto menu_general
  78. :mouse 74,25,80,25
  79.  :goto quitter
  80. :mouse 31,25,39,25
  81.  :goto ecr74
  82. :mouse 51,25,57,25
  83.  :goto ecr76
  84. :mouse 45,17,47,17
  85.  :goto instruction_principale
  86.  
  87. :label ecr76
  88. mcdoc76 r mt
  89. :mouse 1,25,14,25
  90.  :goto menu_general
  91. :mouse 74,25,80,25
  92.  :goto quitter
  93. :mouse 31,25,39,25
  94.  :goto ecr75
  95. :mouse 51,25,57,25
  96.  :goto ecr77
  97. :mouse 46,22,48,22
  98.  :goto ecr73
  99.  
  100. :label ecr77
  101. mcdoc77 r mt
  102. :mouse 1,25,14,25
  103.  :goto menu_general
  104. :mouse 74,25,80,25
  105.  :goto quitter
  106. :mouse 40,25,48,25
  107.  :goto ecr76
  108.  
  109. :label menu_general
  110. :affect s1,mc-show
  111. :execmct s1
  112.  
  113. :label quitter
  114. :affect s1,quitter
  115. :execmct s1
  116.