MESSAGE ROW (command): Difference between revisions
Jump to navigation
Jump to search
(Created page with "'''MESSAGE ROW #''', '''SET MESG COLUMN #''', and '''CENTER MESG''' are commands which let the programmer change the on-screen position of the Message Row, which can be used ...") |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 10: | Line 10: | ||
clear mesg | clear mesg | ||
message row is 24 | message row is 24 | ||
center mesg | |||
==Supplementary Commands== | ==Supplementary Commands== | ||
===* "string"=== | ===* "string"=== | ||
[[* "string|See main article.]] | [[* "string"|See main article.]] | ||
[[Category:MegaZeux]][[Category:MegaZeux Commands]] |
Latest revision as of 10:57, 20 July 2012
MESSAGE ROW #, SET MESG COLUMN #, and CENTER MESG are commands which let the programmer change the on-screen position of the Message Row, which can be used to make dialogue or messages appear to be coming from somewhere besides the bottom row of the screen, or to position a status bar.
Usage
. "putting the message row at the top of the screen and displaying two lines of text" message row is 0 set mesg column to 3 * "~fHELLO,\nWORLD!" wait for 50 . "now, we return the message row to its default settings and clear it" clear mesg message row is 24 center mesg