I need an example that shows how far away an object is from another object. There is more then one of one of the active objects though, so I told it to set Value A to the distance, but it sets all of their values to one of the distances.
Printable View
I need an example that shows how far away an object is from another object. There is more then one of one of the active objects though, so I told it to set Value A to the distance, but it sets all of their values to one of the distances.
Try setting Value A to:
Sqr((X( "Object 1" )-X( "Object 2" )) pow 2 + (Y( "Object 1" )-Y( "Object 2" )) pow 2)