Hi everyone,
I'm creating object where the root prim has a touch event in it and passes a link message to the rest of the prims.
I've made sure that only the root prim will triger the touch event by putting llPassTouches(0) and dummy touch events in the scripts in the child prims. However, I still get the hand pointer when mousing over the 'inert' sections of the object. Is there any way to stop that?