Hello All,
I have X number of ORIGIN-POINTS with their own names on a SPRITE Instance.
I have X number of TEXT objects (may change during the game) to ALWAYS be positioned on different origin name.
For example:
If I have an origin point called "UP_Left_Origin" I want the text: "UP LEFT" to be position on it no matter where the Instance is on the screen or what is the resolution of the game.
I'm guessing I need to use position + origin for the instance object, but I'm not sure what expression to use or how to make it exactly.
Any help, example file or tutorial will be very helpful and appreciated, thanks ahead!