I'm trying to link the X position of two objects; one of them has a continuous animation on it, but because it doesn't actually update the X-Position of the object, I can't link them together using visual logic.
I suppose I could apply the same continuous animation to both objects, but I'm only doing it as a test during development - in "real" use they need to be linked - but without animation (positions will be updated by other, external means).
Is there any way to tell Xpression to actually update the values?