This is a very beginnery sort of problem but I can't quite get my head round how to achieve the effect I want.
I'm building a box with a lid. I want it to open when the lid is clicked. The script is in the lid. I have the thing working nicely until I link the prims together, then depending on which prim is parent, either the whole box moves instead of just the lid, or nothing moves.
I assume I could move the script to another prim, make that the parent, and have it send a message to the lid to move, but then it would no longer work when you clicked the lid, you would have to click whatever was the parent prim.
What's the best solution to this, please?