I am trying to connect processors to the my conveyors using flexscript. However, I cannot set the location of the connection correctly.
I use the function
contextdragconnection(processor1, conveyor, "A"); which creates an entry transfer object on the conveyor
Then I use
contextdragconnection(conveyor, processor1, "A"); which creates an exit transfer object.
However these entry transfer and exit transfer objects are not placed correctly on the conveyor. I see that there is a property of the entry transfer object that allows me to set the position of the object wrt the conveyor, but I can't set it using code.
thanks