home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 21 / CD_ASCQ_21_040595.iso / dos / fr / mcshow10.exe / DOC / MC-SHOW / EXE / EFFETS.MCT < prev    next >
Text File  |  1994-09-11  |  2KB  |  107 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. mcdoc23 9 mt
  13. :mouse 33,9,59,9
  14.  :goto mcga
  15. :mouse 33,12,59,12
  16.  :goto svga
  17. :mouse 33,15,58,15
  18.  :goto vga
  19. :mouse 33,18,56,18
  20.  :goto texte
  21. :mouse 33,21,39,21
  22.  :goto quitter
  23.  
  24.  
  25. :label mcga
  26. :label ecr24
  27. mcdoc24 r mt
  28. :mouse 1,25,14,25
  29.  :goto menu_general
  30. :mouse 74,25,80,25
  31.  :goto quitter
  32. :mouse 41,25,47,25
  33.  :goto ecr25
  34.  
  35. :label ecr25
  36. mcdoc25 r mt
  37. :mouse 1,25,14,25
  38.  :goto menu_general
  39. :mouse 74,25,80,25
  40.  :goto quitter
  41. :mouse 31,25,39,25
  42.  :goto ecr24
  43. :mouse 51,25,57,25
  44.  :goto ecr26
  45.  
  46. :label ecr26
  47. mcdoc26 r mt
  48. :mouse 1,25,14,25
  49.  :goto menu_general
  50. :mouse 74,25,80,25
  51.  :goto quitter
  52. :mouse 40,25,48,25
  53.  :goto ecr25
  54.  
  55. :label svga
  56. :label ecr27
  57. mcdoc27 r mt
  58. :mouse 1,25,14,25
  59.  :goto menu_general
  60. :mouse 74,25,80,25
  61.  :goto quitter
  62. :mouse 41,25,47,25
  63.  :goto ecr28
  64.  
  65. :label ecr28
  66. mcdoc28 r mt
  67. :mouse 1,25,14,25
  68.  :goto menu_general
  69. :mouse 74,25,80,25
  70.  :goto quitter
  71. :mouse 40,25,48,25
  72.  :goto ecr27
  73.  
  74. :label vga
  75. :label ecr29
  76. mcdoc29 r mt
  77. :mouse 1,25,14,25
  78.  :goto menu_general
  79. :mouse 74,25,80,25
  80.  :goto quitter
  81. :mouse 41,25,47,25
  82.  :goto ecr30
  83.  
  84. :label ecr30
  85. mcdoc30 r mt
  86. :mouse 1,25,14,25
  87.  :goto menu_general
  88. :mouse 74,25,80,25
  89.  :goto quitter
  90. :mouse 40,25,48,25
  91.  :goto ecr29
  92.  
  93. :label texte
  94. mcdoc31 r mt
  95. :mouse 1,25,14,25
  96.  :goto menu_general
  97. :mouse 74,25,80,25
  98.  :goto quitter
  99.  
  100. :label menu_general
  101. :affect s1,mc-show
  102. :execmct s1
  103.  
  104. :label quitter
  105. :affect s1,quitter
  106. :execmct s1
  107.