Sprite description structure
Source position: agraphics.pas line 1734
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. |