Is there a way for the Panel Execute DAT’s ‘select’ panel value to respect transparency? What I want is that when I click on the solid portion of the image (from a TOP inside a COMP that’s acting as a mask) I get the Panel Execute DAT to trigger, but when the user clicks on the transparent portion, to have it ignore the click.
I have a workaround which is only half working: I grab not just ‘select’ but ‘select u v’ and if it’s a u or v value, I stuff that into a parameter; then when I get the actual ‘select’ I do a sample() on the TOP inside the COMP and if it’s more than 50% transparent I ignore the select. But unfortunately the ‘select’ is received before the ‘u’ or ‘v’, thus the u and v are always one step behind.