I'm trying to make a simple function that will let me show pop-up text when my mouse moves over an object.
For this example, I have three objects: Blue, Green, and Red and they are all in the family PopUps.
When MouseOver on the family PopUps is true it calls the function: PopUp
Inside that function PopUp, I need to know which of the three objects the mouse over when the function was triggered and I'm not sure how to pass that information into the function.
Thanks for any help.