Hi folks,
I have a layout with many small objects. All of them are constantly moving to the left and when one of them leaves the layout to the left, I send them to the right of the layout.
My problem now is, that I want the instance that I send to the right to have its values like size changed corresponding to the values of the instance just left to it.
Does anyone understand what I mean? ^^
I have this acquired with an expression like this:
"Set height to: Object(Object.Count-1).Height"
But the problem is that I have two rows of the objects, one at the top of the layout and one at the bottom and each should react on its own.
So in conclusion my question is whether it is possible to pick the nearest instance of an object in an expression. I know there is the condition for this, but I need it in an expression.