home *** CD-ROM | disk | FTP | other *** search
- include avatar.inc
-
- avtbegin
-
- newwindow 'A', 15, 8, 16, 17, 64 ; We should already be here, but...
-
- writeln
- writeln "Its main purpose is to support"
- writeln "level 1 of Avatar, or AVT/1."
- writeln "Some of the abilities include"
- writeln "writing from top to bottom,"
-
- newwindow 'B', 'o', 3, 3, 19, 13
- cls
- topdown
- writeln "If you happen"
- writeln "to use Kanji"
- writeln "with your PC,"
- writeln "you'll be very"
- writeln "glad to see"
- writeln "this!"
- writeln
- writeln "Then again,"
- writeln "you may simply"
- writeln "enjoy the"
- writeln "ability of"
- writeln "creating special"
- writeln "effects."
-
- switchwindow 'A'
- writeln "from right to left, in a"
- writeln "zigzag mode and much more."
- zigzag
-
- avtend
-