Sprite description structure
Source position: agraphics.pas line 2009
type tSimpleSprite = record |
||
posctldata: Pointer; |
|
|
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. |