[Solved] How do i center and place text under an object

how do i center and place text under an object?

Use sprite points (Double click your asset, then select “Edit points”). After placing a point use the action “Chage the position of”. Example: change the position of ExampleText set to ExampleAsset.X(“ExamplePoint”),ExampleAsset.Y(“ExamplePoint”)

Sprite points won’t work - it’ll place the text starting from that point and heading to the right.

The correct method to get the X position of the text is to take 1/2 the text width from the object centre :

sorry for the delay but lately I have little time to devote to my project. I wanted to inform you that I was able to solve my problem by adding the suggestion given by mr men

2 Likes