I have multible buttons with the same altID (2) and want to check them all in one iteresect function call like this: if intersect(button altID2,me) then exit mouseMove the question is...does this work or does it only check the first button with altID 2 in the stack?