home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / 476-500 / apd494 / auto.amos / auto.amosSourceCode
AMOS Source Code  |  1989-04-03  |  387b  |  19 lines

  1. Screen Open 0,640,200,2,Hires
  2. Palette $0,$F0
  3. Locate 0,0
  4. Centre "Pre-Game Instruction Sequence"
  5. Print 
  6. Centre "By Mark Potter"
  7. Print 
  8. Print 
  9. Print "Press a Key..."
  10. Print 
  11. Do 
  12. If Inkey$<>"" Then Read A$ : Print A$ : Clear Key : If A$="END" Then Exit 
  13. Loop 
  14. Run ":GAME.AMOS"
  15. Data "Hello and welcome"
  16. Data "To the autoboot disk"
  17. Data "This disk has no game on it"
  18. Data "So there!"
  19. Data "END"