Sprite description structure
Source position: agraphics.pas line 2041
type TSimpleSprite = record |
||
posctldata: PWord; |
|
|
height: Word; |
|
|
x: Word; |
|
Current x position |
y: Word; |
|
Current y position |
num: Word; |
|
|
end; |
|
Change the sprite image pointer. |
|
|
Attempt to get a sprite for the simple sprite manager. |
|
|
Move sprite to a point relative to top of viewport. |