AMOSi:Menu instruction - BAr

From Amiga Coding
Revision as of 02:14, 20 November 2007 by Spellcoder (talk | contribs) (New page: Draws a rectangular Bar at the current cursor coordinates. <code><pre> BA x,y </pre></code> The bar is drawn from the existing graphics cursor to coordinates x,y. The colour of this...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Draws a rectangular Bar at the current cursor coordinates.


BA x,y


The bar is drawn from the existing graphics cursor to coordinates x,y. The colour of this bar is set with INk, and the style is defined using the OUtline and PAttern commands.