Description: Changes the location of a <Sprite>. Visible area for sprites starts at (128,128) and ends at (448,352) for NTSC and (448,368) for PAL systems.
Syntax:
MoveSprite <Sprite>, <X>, <Y>
Part
Description
<Sprite>
Required. This is the variable that was used with the AddSprite() function.
<X>
Required. X-coordinate of the sprite.
<Y>
Required. Y-coordinate of the sprite.
Example:
Dim a As Integer
a = AddSprite(1,1)
PropSprite a, 1, 0