POSX keyword
Returns the X position of the specified object.
Syntax
POSX (object)
Parameters
- object: object (required)
Example
myImage = IMAGE "world", (50, 20)
position = POSX (myImage) 'Returns 50
Go back to list of Keywords.