I have a large grid of duplicate objects.
I'd like to have each one have seperate collision.
right now if I create a large grid of the same object, and then apply
if mouse is over object then change opacity to 50
if mouse is not over object then change opacity to 100
each object is changed as I mouse over each one, but I have to move the mouse away from the entire group for them to change back to 100 opacity, i'd like each object to change individually..
can anyone point me in the most sensible direction to achieve this?
thanks as always..