AMOSi:Set Line

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

an example can be found on AMOSPro_Examples:Examples/H-0/Help_8.AMOS


SETs the appearance of all straight LINEs to be drawn using DRAW and BOX. A mask must be set after SET LINE in the form of a 16-bit binary number.


Set Line %1111000011110000 : Rem Dotted line
Set Line %1111111111111111 : Rem Normal line