home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 420.COW1.MAC < prev    next >
Text File  |  1992-05-27  |  326b  |  15 lines

  1. 'Name:  COW1.MAC
  2. 'Desc: A macro to create a grazing cow
  3. '----------------------------------------------------------------------
  4.  
  5. range, 5 fs
  6.  
  7. color, 15, 5, 0     'these are the colors of the cow body
  8. erect
  9. library, cow1body
  10. color, 0, 0, 0      'these are the spot colors, all black
  11. erect
  12. library, cow1spot
  13.  
  14. end
  15.