home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / 251-275 / apd257 / examples / welcome.script < prev   
Text File  |  1991-07-03  |  2KB  |  201 lines

  1. pen "3"
  2. clw
  3. echo " "
  4. cecho "Welcome to MegaDOS"
  5. pen "1"
  6. cecho "------------------"
  7. echo " "
  8. echo " "
  9. pen "3"
  10. cecho "Press Any Key"
  11. pen "1"
  12. waitkey
  13. echo " "
  14. load music "Df0:Examples/Piano-Piece.Abk"
  15. pen "3"
  16. cecho "The music is my piece that I wrote originally for"
  17. cecho "Top Sprite's game: HIT THE TARGET"
  18. pen "1"
  19. echo " "
  20. wait "100"
  21. cecho "With Megabase you can utilise all 7 colours in your scripts"
  22. echo " "
  23. cecho "Megabase in Colour 1"
  24. pen "2"
  25. cecho "Megabase in Colour 2"
  26. pen "3"
  27. cecho "Megabase in Colour 3"
  28. pen "4"
  29. cecho "Megabase in Colour 4"
  30. pen "5"
  31. cecho "Megabase in Colour 5"
  32. pen "6"
  33. cecho "Megabase in Colour 6"
  34. pen "7"
  35. cecho "Megabase in Colour 7"
  36. pen "1"
  37. wait "100"
  38. echo " "
  39. cecho "See?"
  40. echo " "
  41. cecho "Using the environment editor you can set the maximum"
  42. cecho "number of lines used in a script file."
  43. cecho "The default setting is 200"
  44. echo " "
  45. pen "3"
  46. wait "100"
  47. cecho "MegaDOS can carry out many useful commands such as:"
  48. pen "1"
  49. echo " "
  50. cecho "COPY"
  51. echo " "
  52. cecho "DELETE"
  53. echo " "
  54. cecho "EDMAC"
  55. echo " "
  56. pen "3"
  57. cecho "And Many Many More.... "
  58. pen "1"
  59. echo " "
  60. cecho "For a full list of all of the commands type:"
  61. pen "4"
  62. echo " "
  63. cecho "commands"
  64. pen "1"
  65. echo " "
  66. wait "100"
  67. cecho "You can even change the PROMPT........."
  68. wait "50"
  69. echo " "
  70. pen "3"
  71. cecho "You can run loads of Macro's.  Each of them can be "
  72. cecho "Massive
  73. pen "1"
  74. cecho "But lost if you leave Megabase!!!!!!!!"
  75. pen "3"
  76. echo " "
  77. wait "100"
  78. cecho "This example file can't tell you EVERYTHING that you "
  79. cecho "can do with megabase.  So the best way to find out is"
  80. cecho "experiment yourself........."
  81. wait "100"
  82. pen "1"
  83. echo " "
  84. cecho "Press Any Key"
  85. waitkey
  86. music stop
  87. echo " "
  88. end
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.