So I need to add a hover over when I mouse over and object on the stage. My issue is that I am using a framework that creates these objects and puts them on a displaylist randomly so they are in no certain order. I tried putting the hover over on the object but sometimes these object overlap so my hover is behind some of the objects. I can't bring my hovered object to the front/top because it has to remain behind a few items. Probably confused you there, but just no hover over on the actual moused over object isn't possible.
So I am thinking my two options are create a cursor that has a dynamic textfield. Or create a floating text field on the main stage that will turn on or off depending if I am hovering. I prefer the cursor version but the issue is I don't want the text to count as part of the mouse when moving around as text in the hover could be quite long thus hovering over two objects at once. Suggestions?

