home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / canada-remote-systems / cpm / mmplay2.arc / OZZY2.MMF < prev    next >
Text File  |  1993-03-26  |  625b  |  26 lines

  1. ;-----------------------------------------------------------------
  2. ;Ozzy and Randy's Flying High Again
  3.  
  4. ;by Steve Goldsmith 03/26/93
  5.  
  6. ;MMPLAY 1.0 will not load oz2, but MMPLAY 1.1 will!
  7. ;Part 2
  8. ;-----------------------------------------------------------------
  9.  
  10. Chain ozzy3    ;run this .mmf after playing sequences
  11.  
  12. LoadZBF        ;load zbf files to play
  13.  
  14.   oz2          ;4 bit "oh no, oh no, here we go"
  15.   oz3          ;4 bit "here we go"
  16.   oz4          ;4 bit "now"
  17.  
  18. End            ;end of load block
  19.  
  20. PlayZBF        ;play zbf sequences
  21.  
  22.   oz2 oz3 oz4
  23.   oz2 oz4
  24.  
  25. End            ;end of play block
  26.