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

  1. include avatar.inc
  2.  
  3. avtbegin
  4.  
  5. newwindow       'A', 15, 8, 16, 17, 64  ; We should already be here, but...
  6.  
  7. writeln
  8. writeln "Its main purpose is to support"
  9. writeln "level 1 of Avatar, or AVT/1."
  10. writeln "Some of the abilities include"
  11. writeln "writing from top to bottom,"
  12.  
  13. newwindow        'B', 'o', 3, 3, 19, 13
  14. cls
  15. topdown
  16. writeln "If you happen"
  17. writeln "to use Kanji"
  18. writeln "with your PC,"
  19. writeln "you'll be very"
  20. writeln "glad to see"
  21. writeln "this!"
  22. writeln
  23. writeln "Then again,"
  24. writeln "you may simply"
  25. writeln "enjoy the"
  26. writeln "ability of"
  27. writeln "creating special"
  28. writeln "effects."
  29.  
  30. switchwindow    'A'
  31. writeln "from right to left, in a"
  32. writeln "zigzag mode and much more."
  33. zigzag
  34.  
  35. avtend
  36.