AMOSi:Vtext

From Amiga Coding
Revision as of 01:51, 17 November 2007 by Spellcoder (talk | contribs) (1 revision(s))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

VT prints your text downwards on the screen.


VerText x,y,'text',pen;


x,y hold the coordinates of the first character in your string. All future characters will be neatly positioned below the initial letter, allowing you to create effective vertical buttons.


O
K ?


'text' enters your message to be displayed.


pen sets the colour of your characters.