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

  1. ' DOCUMENTATION DE DESIGN
  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. desdoc0 9 mt
  13. :mouse 33,9,49,9
  14.  :goto intro
  15. :mouse 33,11,57,11
  16.  :goto souris
  17. :mouse 33,13,50,13
  18.  :goto dessiner
  19. :mouse 33,15,57,15
  20.  :goto commandes
  21. :mouse 33,17,56,17
  22.  :goto interfacage
  23. :mouse 33,19,60,19
  24.  :goto probleme
  25. :mouse 33,21,39,21
  26.  :goto quitter
  27.  
  28. :label intro
  29. desdoc01 r mt
  30. :mouse 1,25,14,25
  31.  :goto menu
  32. :mouse 74,25,80,25
  33.  :goto quitter
  34. :mouse 41,25,47,25
  35.  :goto intro2
  36.  
  37. :label intro2
  38. desdoc02 r mt
  39. :mouse 1,25,14,25
  40.  :goto menu
  41. :mouse 74,25,80,25
  42.  :goto quitter
  43. :mouse 40,25,48,25
  44.  :goto intro
  45. :mouse 53,5,55,5
  46.  :goto commandes
  47.  
  48. :label souris
  49. desdoc03 r mt
  50. :mouse 1,25,14,25
  51.  :goto menu
  52. :mouse 74,25,80,25
  53.  :goto quitter
  54.  
  55. :label dessiner
  56. desdoc04 r mt
  57. :mouse 1,25,14,25
  58.  :goto menu
  59. :mouse 74,25,80,25
  60.  :goto quitter
  61. :mouse 40,25,47,25
  62.  :goto dessiner2
  63. :mouse 27,2,29,2
  64.  :goto souris
  65. :mouse 13,23,25,23
  66.  :goto ecran
  67.  
  68. :label dessiner2
  69. desdoc05 r mt
  70. :mouse 1,25,14,25
  71.  :goto menu
  72. :mouse 74,25,80,25
  73.  :goto quitter
  74. :mouse 40,25,48,25
  75.  :goto dessiner
  76.  
  77. :label commandes
  78. desdoc06 r mt
  79. :mouse 1,25,14,25
  80.  :goto menu
  81. :mouse 74,25,80,25
  82.  :goto quitter
  83. :mouse 40,25,47,25
  84.  :goto commandes2
  85.  
  86. :label commandes2
  87. desdoc07 r mt
  88. :mouse 1,25,14,25
  89.  :goto menu
  90. :mouse 74,25,80,25
  91.  :goto quitter
  92. :mouse 40,25,48,25
  93.  :goto commandes
  94.  
  95. :label interfacage
  96. desdoc08 r mt
  97. :mouse 1,25,14,25
  98.  :goto menu
  99. :mouse 74,25,80,25
  100.  :goto quitter
  101. :mouse 27,2,29,2
  102.  :goto intro
  103.  
  104. :label probleme
  105. desdoc09 r mt
  106. :mouse 1,25,14,25
  107.  :goto menu
  108. :mouse 74,25,80,25
  109.  :goto quitter
  110.  
  111. :label ecran
  112. :mousecursortext off
  113. desdoc11 r m
  114. :mousecursortext on
  115. :goto menu
  116.  
  117. :label quitter
  118. desdoc10 r mt
  119. :mouse 1,25,14,25
  120.  :goto menu
  121. :mouse 74,25,80,25
  122.  :end
  123.