Difference between revisions of "AMOSi:Get Sprite"

From Amiga Coding
Jump to: navigation, search
(Extracted from the AMOSPro V2.00 helpfile)
m (1 revision(s))
 
(No difference)

Latest revision as of 01:51, 17 November 2007

an example can be found on AMOSPro_Tutorial:Tutorials/Hardware_Sprites.AMOS


Grabs a section from a screen of given coordinates and loads it into the Object bank. An optional screen number can be given before the image number. This allows you to grab your images from any existing AMOS screen.


Get Sprite screen number,image number,x1,y1 To x2,y2