[Solved] Pin an Object To Another

Hi Guys,
i’m doing a Tower Defense game and i want pin the health bar to the enemy to make it follow his movement, like the “Pin Behavior” of Constrcut.
Is it possible in Gdevelop?
Thanks in advance for your reply and sorry for my bad english.:sweat_smile:

Pin something is like link the positions.

We have an action for set positions of an object.
And you have the expression editor in this action for get the position of the first object.

Ok I resolved, I used the “position an object around another” action.
Thanks you for the help