I know you can do dropTarget to see what is below something being dragged, but can an object that is having something dragged over it react? Or do I have to have the object being dragged look down, if it is the object I am looking for, then it informs that object.
For instance, I have a plane and I drag it over a house. The plane can see the house due to it’s dropTarget property…
but can the field see the plane without being told by the plane that it is there?
If this were true then I could have the house react to the plane.
Thanks for any help.