Change the sprite image pointer.
Source position: agraphics.pas line 2283
procedure ChangeSprite( |
vp: pViewPort; |
sprite: pSimpleSprite; |
newData: pWORD |
); |
vp |
|
Pointer to ViewPort structure that this sprite is relative to, or nil if relative only top of View |
newData |
|
Pointer to new data structure |
The sprite image is changed to use the data starting at newdata
This function is unimplemented.
|
Return sprite for use by others and virtual sprite machine. |
|
|
Change the sprite image pointer. |
|
|
Move sprite to a point relative to top of viewport. |
|
|
Add a VSprite to the current gel list. |