home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 21 / CD_ASCQ_21_040595.iso / dos / fr / mcshow10.exe / DOC / MC-SHOW / EXE / ATTREFFS.MCT next >
Text File  |  1994-09-11  |  1KB  |  74 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 ecr99
  12. mcdoc99 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 ecr100
  19. :mouse 69,7,71,7
  20.  :goto instruction_principale
  21. :mouse 38,16,40,16
  22.  :goto effets_speciaux
  23.  
  24. :label instruction_principale
  25. :affect s1,instprin
  26. :execmct s1
  27.  
  28. :label effets_speciaux
  29. :affect s1,effets
  30. :execmct s1
  31.  
  32. :label ecr100
  33. mcdoc100 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 ecr99
  40. :mouse 51,25,57,25
  41.  :goto ecr101
  42. :mouse 38,22,40,22
  43.  :goto effets_speciaux
  44.  
  45. :label ecr101
  46. mcdoc101 r mt
  47. :mouse 1,25,14,25
  48.  :goto menu_general
  49. :mouse 74,25,80,25
  50.  :goto quitter
  51. :mouse 31,25,39,25
  52.  :goto ecr100
  53. :mouse 51,25,57,25
  54.  :goto ecr102
  55. :mouse 38,8,40,8
  56.  :goto effets_speciaux
  57.  
  58. :label ecr102
  59. mcdoc102 r mt
  60. :mouse 1,25,14,25
  61.  :goto menu_general
  62. :mouse 74,25,80,25
  63.  :goto quitter
  64. :mouse 40,25,48,25
  65.  :goto ecr101
  66.  
  67. :label menu_general
  68. :affect s1,mc-show
  69. :execmct s1
  70.  
  71. :label quitter
  72. :affect s1,quitter
  73. :execmct s1
  74.