home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / ansi / avatar1.arj / DEMO4.ASM < prev    next >
Encoding:
Assembly Source File  |  1990-07-27  |  429 b   |  19 lines

  1. include avatar.inc
  2.  
  3. avtbegin
  4.  
  5. highlight 'B', '@'
  6. straight                ; don't zigzag anymore
  7. writeln "Avatar lets you highlight a window,"
  8. writeln "i.e. change its colors without overwriting"
  9. writeln "the text."
  10. writeln
  11. writeln "This demo was prepared somewhat in a"
  12. writeln "hurry to make it to Fidocon '90."
  13. writeln "Please read the READ.ME file for more"
  14. writeln "information."
  15. reset
  16. locate 20, 1
  17.  
  18. avtend
  19.