home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 4: Phase Four / 17Bit_Phase_Four.iso / files / 3082b.dms / 3082b.adf / Code / AntWarsIIDemo.AMOS / AntWarsIIDemo.amosSourceCode next >
Encoding:
AMOS Source Code  |  1993-02-25  |  942 b   |  35 lines

  1. Reserve Zone 10
  2. '
  3. '
  4. ' Ant Wars II is available by post from me for the price of ï¿½5.50
  5. '
  6. ' Its features include : 
  7. '
  8. ' Simultaneous 2 player action 
  9. ' Airplanes armed with machine guns and bombs
  10. ' Improved graphics,sound and speech 
  11. ' Tanks , motorbikes , infantry carriers , etc . 
  12. ' Several new kinds of weapons 
  13. '
  14. ' Send cheques/postal orders (Sterling or Punts) to :  
  15. '
  16. '       Chris Gregan , Sheaf o' Wheat , Dunboyne , Co. Meath 
  17. '  
  18. ' This is a very early version of the game and just demonstrates 
  19. ' the simultaneous scrolling and the requestor boxes.
  20. '
  21. ' Player 1 scrolls with the mouse , Player 2 with the cursor keys .
  22. '
  23. ' The only reason this is on the disk is that I had a couple of  
  24. ' K free so I decided not to waste it .
  25. '
  26. ' "Here be Monster's" are extremely good . 
  27. '
  28. '
  29. ' AMOS Compiler  
  30. ' (c) 1991 Europress Software
  31. '
  32. Proc _COMPILED
  33. Procedure _COMPILED
  34.    ' COMPILED PROCEDURE -- can't convert this to AMOS code
  35. End Proc