home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 21 / CD_ASCQ_21_040595.iso / dos / fr / mcshow10.exe / DOC / MC-SHOW / EXE / LANGAGE.MCT < prev    next >
Text File  |  1994-09-12  |  2KB  |  122 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 menu
  12. mcdoc32 9 mt
  13. :mouse 33,8,54,8
  14.  :goto instruction_principale
  15. :mouse 33,9,41,9
  16.  :goto variables
  17. :mouse 33,10,39,10
  18.  :goto boucles
  19. :mouse 33,11,44,11
  20.  :goto branchements
  21. :mouse 33,12,55,12
  22.  :goto interactivite
  23. :mouse 33,13,57,13
  24.  :goto manip_curseurs
  25. :mouse 33,14,53,14
  26.  :goto gestion_texte
  27. :mouse 33,15,49,15
  28.  :goto gestion_saisie
  29. :mouse 33,16,59,16
  30.  :goto utilisation_imprimante
  31. :mouse 33,17,49,17
  32.  :goto fonctions_disques
  33. :mouse 33,18,53,18
  34.  :goto interface_dos
  35. :mouse 33,19,50,19
  36.  :goto attributs_effets
  37. :mouse 33,20,43,20
  38.  :goto transitions
  39. :mouse 33,21,53,21
  40.  :goto gestion_cd_audio
  41. :mouse 33,22,54,22
  42.  :goto index_instructions
  43. :mouse 33,23,39,23
  44.  :goto quitter
  45.  
  46. :label instruction_principale
  47. :affect s1,instprin
  48. :execmct s1
  49.  
  50. :label variables
  51. :affect s1,vars
  52. :execmct s1
  53.  
  54. :label boucles
  55. :affect s1,boucles
  56. :execmct s1
  57.  
  58. :label branchements
  59. :affect s1,branche
  60. :execmct s1
  61.  
  62. :label interactivite
  63. :affect s1,interact
  64. :execmct s1
  65.  
  66. :label manip_curseurs
  67. :affect s1,curseurs
  68. :execmct s1
  69.  
  70. :label gestion_texte
  71. :affect s1,texte
  72. :execmct s1
  73.  
  74. :label gestion_saisie
  75. mcdoc85 r mt
  76. :mouse 1,25,14,25
  77.  :goto menu_general
  78. :mouse 74,25,80,25
  79.  :goto quitter
  80.  
  81. :label utilisation_imprimante
  82. :affect s1,imprim
  83. :execmct s1
  84.  
  85. :label fonctions_disques
  86. :affect s1,disque
  87. :execmct s1
  88.  
  89. :label interface_dos
  90. mcdoc98 r mt
  91. :mouse 1,25,14,25
  92.  :goto menu_general
  93. :mouse 74,25,80,25
  94.  :goto quitter
  95.  
  96. :label attributs_effets
  97. :affect s1,attreffs
  98. :execmct s1
  99.  
  100. :label transitions
  101. mcdoc103 r mt
  102. :mouse 1,25,14,25
  103.  :goto menu_general
  104. :mouse 74,25,80,25
  105.  :goto quitter
  106.  
  107. :label gestion_cd_audio
  108. :affect s1,cdaudio
  109. :execmct s1
  110.  
  111. :label index_instructions
  112. :affect s1,index
  113. :execmct s1
  114.  
  115. :label menu_general
  116. :affect s1,mc-show
  117. :execmct s1
  118.  
  119. :label quitter
  120. :affect s1,quitter
  121. :execmct s1
  122.