Last Modified: 9/8/2021
Returns the Y coordinate of a sprite.
Name | Type | Required | Description |
Sprite | Integer | Yes | The variable that was used in the AddSprite function. |
Syntax: SpritePosX(<Sprite>) |
a = AddSprite(1,1) PropSprite a,1,0 MoveSprite a,200,200 Print SpritePosY(a) |