How do I get the X and Y coords of a sprite?

Hi, I would like to know inside the canvas you can get the x and y coordinates of the sprites. Thanks.

1 Like

Hi,

Is this a question or are you telling us that you know how to do this and are ready to tell others about it?

1 Like

You can use the image to get the x/y value of a sprite (in the Motion drawer). In this sample project, tap the screen to move the sprite and see it’s x/y position.

https://x.thunkable.com/copy/facf6b596c65e107e629ebc7bd0045d4

In the designer, if you click on the sprite, you can see it’s x/y in the properties panel on the right:

3 Likes