home *** CD-ROM | disk | FTP | other *** search
- include avatar.inc
-
- AVTbegin ;; Start an Avatar program
-
- Reset ;; Restore all windows to full screen
- Cls ;; Clear the screen, and move to position 1,1
-
- ;; Let's cover the screen with some pseudowindows
- locate 5, 5
- initarea 48, 16, 71
-
- locate 15, 15
- initarea 35, 4, 13, 176
-
- locate 3, 40
- initarea 83, 10, 5, '*'
-
- locate 8, 8
- initarea 0, 5, 10
-
- locate 8, 60
- initarea 27, 6, 18, 254
-
- locate 3, 16
- setcolor 7, "AVATAR console"
-
- locate 3, 50, "Demonstration"
- locate 23, 1
-
- AVTend ;; End the program
-