home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 21 / CD_ASCQ_21_040595.iso / dos / fr / mcshow10.exe / DOC / MC-SHOW / EXE / INTRO.MCT < prev    next >
Text File  |  1994-09-11  |  2KB  |  130 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 ecr1
  12. mcdoc01 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 ecr2
  19.  
  20. :label ecr2
  21. mcdoc02 r mt
  22. :mouse 1,25,14,25
  23.  :goto menu_general
  24. :mouse 74,25,80,25
  25.  :goto quitter
  26. :mouse 31,25,39,25
  27.  :goto ecr1
  28. :mouse 51,25,57,25
  29.  :goto ecr3
  30.  
  31.  
  32. :label ecr3
  33. mcdoc03 r mt
  34. :mouse 1,25,14,25
  35.  :goto menu_general
  36. :mouse 74,25,80,25
  37.  :goto quitter
  38. :mouse 31,25,39,25
  39.  :goto ecr2
  40. :mouse 51,25,57,25
  41.  :goto ecr4
  42. :mouse 70,12,72,12
  43.  :goto formats_fichiers
  44. :mouse 43,15,45,15
  45.  :goto effets_speciaux
  46.  
  47. :label formats_fichiers
  48. mcdoc11 r mt
  49. :mouse 1,25,14,25
  50.  :goto menu_general
  51. :mouse 74,25,80,25
  52.  :goto quitter
  53.  
  54. :label effets_speciaux
  55. :affect s1,effets
  56. :execmct s1
  57.  
  58. :label ecr4
  59. mcdoc04 r mt
  60. :mouse 1,25,14,25
  61.  :goto menu_general
  62. :mouse 74,25,80,25
  63.  :goto quitter
  64. :mouse 31,25,39,25
  65.  :goto ecr3
  66. :mouse 51,25,57,25
  67.  :goto ecr5
  68.  
  69. :label ecr5
  70. mcdoc05 r mt
  71. :mouse 1,25,14,25
  72.  :goto menu_general
  73. :mouse 74,25,80,25
  74.  :goto quitter
  75. :mouse 31,25,39,25
  76.  :goto ecr4
  77. :mouse 51,25,57,25
  78.  :goto ecr6
  79.  
  80. :label ecr6
  81. mcdoc06 r mt
  82. :mouse 1,25,14,25
  83.  :goto menu_general
  84. :mouse 74,25,80,25
  85.  :goto quitter
  86. :mouse 31,25,39,25
  87.  :goto ecr5
  88. :mouse 51,25,57,25
  89.  :goto ecr7
  90. :mouse 38,21,40,21
  91.  :goto langage
  92.  
  93. :label langage
  94. :affect s1,langage
  95. :execmct s1
  96.  
  97. :label ecr7
  98. mcdoc07 r mt
  99. :mouse 1,25,14,25
  100.  :goto menu_general
  101. :mouse 74,25,80,25
  102.  :goto quitter
  103. :mouse 31,25,39,25
  104.  :goto ecr6
  105. :mouse 51,25,57,25
  106.  :goto ecr8
  107.  
  108. :label ecr8
  109. mcdoc08 r mt
  110. :mouse 1,25,14,25
  111.  :goto menu_general
  112. :mouse 74,25,80,25
  113.  :goto quitter
  114. :mouse 40,25,48,25
  115.  :goto ecr7
  116. :mouse 37,9,39,9
  117.  :goto outils
  118.  
  119. :label outils
  120. :affect s1,outils
  121. :execmct s1
  122.  
  123. :label menu_general
  124. :affect s1,mc-show
  125. :execmct s1
  126.  
  127. :label quitter
  128. :affect s1,quitter
  129. :execmct s1
  130.