home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 112.XMAS.MAC < prev    next >
Text File  |  1991-04-26  |  484b  |  29 lines

  1. 'XMAS.MAC
  2. '========
  3. 'This macro uses no absolute positioning commands
  4. 'so the position will be specified by the main 
  5. 'command list.
  6.  
  7. 'Here's a string of trees in a straight line:
  8.  
  9. RANGE,64
  10. LIBRARY, xmastree.sc0
  11. RELATIVE, 0, 1
  12. RANGE,64
  13. LIB, xmastree.sc0
  14. REL, 0, 1
  15. RANGE,64
  16. LIB, xmastree
  17. REL, 0, 1
  18. Z, 100
  19. PITCH, 45
  20. BANK, 45
  21. 'hmmmmm; those last three are curious commands.  
  22. 'Wonder what they do?
  23. RANGE,64
  24. LIBRARY, xmastree.sc0
  25.  
  26. 'All macros end in END 
  27. END
  28.  
  29.