home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 467.HORSE1.MAC < prev    next >
Text File  |  1992-05-26  |  291b  |  16 lines

  1. 'Name:  HORSE1.MAC
  2. 'Desc: Build a trotting horse
  3. '----------------------------------------------------------------------
  4. range, 6 fs
  5.  
  6. erect
  7. color, 5, 10, 0      'the horse's body color
  8. lib, horse1
  9.  
  10.  
  11. erect
  12. color, 0, 0, 0       'the horse's mane and tail color
  13. lib, horse2
  14.  
  15. end
  16.