I've passed two variables into an instance object.
InstanceName: Carrier
InstanceUID: 2
How do I combine that into an expression like this?
Set Position to:
MyObject.InstanceName(MyObject.InstanceUID).X
MyObject.InstanceName(MyObject.InstanceUID).Y
It should parse into something like: Carrier(2).X and Carrier(2).Y
But it's not taking it. I get a "Not a Behavior" error.
Let me know if this isn't making sense.
Thanks,
-T