home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 21 / CD_ASCQ_21_040595.iso / dos / fr / mcshow10.exe / DOC / MC-SHOW / EXE / MC-SHOW.MCT < prev    next >
Text File  |  1994-09-11  |  2KB  |  102 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_general
  12. mcdoc0 9 mt
  13. :mouse 33,9,44,9
  14.  :goto introduction
  15. :mouse 33,10,53,10
  16.  :goto config
  17. :mouse 33,11,55,11
  18.  :goto orga_disque
  19. :mouse 33,12,51,12
  20.  :goto formats_fichiers
  21. :mouse 33,13,52,13
  22.  :goto premiere_utilisation
  23. :mouse 33,14,43,14
  24.  :goto fichier_mct
  25. :mouse 33,15,47,15
  26.  :goto effets_speciaux
  27. :mouse 33,16,47,16
  28.  :goto langage
  29. :mouse 33,17,38,17
  30.  :goto outils
  31. :mouse 33,18,48,18
  32.  :goto trucs
  33. :mouse 33,19,46,19
  34.  :goto erreurs
  35. :mouse 33,20,42,20
  36.  :goto mc_video
  37. :mouse 33,21,39,21
  38.  :goto quitter
  39.  
  40. :label introduction
  41. :affect s1,intro
  42. :execmct s1
  43.  
  44. :label config
  45. mcdoc09 r mt
  46. :mouse 1,25,14,25
  47.  :goto menu_general
  48. :mouse 74,25,80,25
  49.  :goto quitter
  50.  
  51. :label orga_disque
  52. mcdoc10 r mt
  53. :mouse 1,25,14,25
  54.  :goto menu_general
  55. :mouse 74,25,80,25
  56.  :goto quitter
  57.  
  58. :label formats_fichiers
  59. mcdoc11 r mt
  60. :mouse 1,25,14,25
  61.  :goto menu_general
  62. :mouse 74,25,80,25
  63.  :goto quitter
  64.  
  65. :label premiere_utilisation
  66. :affect s1,premutil
  67. :execmct s1
  68.  
  69. :label fichier_mct
  70. :affect s1,ficmct
  71. :execmct s1
  72.  
  73. :label effets_speciaux
  74. :affect s1,effets
  75. :execmct s1
  76.  
  77. :label langage
  78. :affect s1,langage
  79. :execmct s1
  80.  
  81. :label outils
  82. :affect s1,outils
  83. :execmct s1
  84.  
  85. :label trucs
  86. :affect s1,trucs
  87. :execmct s1
  88.  
  89. :label erreurs
  90. :affect s1,erreurs
  91. :execmct s1
  92.  
  93. :label mc_video
  94. mcdoc136 r mt
  95. :mouse 1,25,14,25
  96.  :goto menu_general
  97. :mouse 74,25,80,25
  98.  :goto quitter
  99.  
  100. :label quitter
  101. :affect s1,quitter
  102. :execmct s1