I’ve been reluctant to ask for help, but I’ve exhausted my knowlege and Moock’s book.
I’m trying to create a menu of at least three items in a vertial stack. The final solution will have each item able to be dragged into anyplace in the stack and have the rest of the stack react and maintain the same _y distance. I managed to do it with the clips replacing each other (If ITEM THREE is dragged over ITEM ONE, ITEM ONE goes to the bottom), but I need to have the whole stack react(If ITEM THREE is dragged over ITEM ONE, ITEM THREE is on top and ITEM ONE and TWO maintain their order ).
I’ve managed to find a way to test the proximity of two objects, but not more. I’d like to learn rather than have code handed to me, so if anyone can just tell me how to test proximity of multiple objects, I’ll start from there.
Thanks.