How to find the list item currently under the mouse pointer in Flex? -
I have some inventory and tile list control how can I get a reference to the item list which is currently under the mouse pointer is?
Add an event listener to each item in your list for mouseover, then add this event to your event .currentTarget
Comments
Post a Comment