AMOSi: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

Draws a line of images from a series of three components held in the resource bank. These components can be created with the help of the resource editor,and used to produce attractive buttons for your dialogue boxes.


LI x,y,first image,width;


width should be an exact multiple of the width of your components. Otherwise, you may get some pretty strange effects.


Also note that the x coordinate will be automatically rounded to the nearest multiple of eight.