tips:revmedia:v1i8a26

Message

Published ByDateVersionKnowledge LevelKeywords
Sprezzatura Ltd01 JAN 19901.15+EXPERTMESSAGE, VIDEO.RW

The Message routine is used to put a literal anywhere on the screen for such things as screen border titles. Its advantage over PRINT is that it saves the screen it overwrites automatically and it can be "unprinted". Its use is similar to that of VIDEO.RW. Calling syntax is

       CALL MESSAGE (X,Y,MSG,ATTR,ACTION,IMAGE)

where

       X        is the X position of the literal
       Y        is the Y position of the literal
       MSG      is the literal to display
       ATTR     is the display attributes
       ACTION   is the action to take.  "UP" places the literal on the
                screen.  "DOWN" removes it
       IMAGE    is the saved screen image

(Volume 1, Issue 8, Page 10)

  • tips/revmedia/v1i8a26.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1