I have a text object (TEXT) that I want to be able to spawn an object (checkmark / CHECK) next to, regardless of where I move TEXT to. Currently, I'm just spawning CHECK to a manually tracked X,Y, but when I move around the TEXT, I have to keep going back and manually changing the CHECK X,Y to sit next to TEXT's new position, and there's 4 instances of these.
Is there a way to do something like...
X=(TEXT's X + 20)
Y= (TEXT's Y)
or something like that?
Looking to do this with only Construct3-native options and not adding manual scripting if possible.
Thanks for any help!