Movie._name

Perhaps the answer is obvious, forgive me I’m a beginner.
I drew interactive maps, rolling over a region calls a function which displays the area name, changes its color…
Currently I’m using movieClip handler to call my function and know which movieclip is active.
I’m wondering it is possible to know which movieclip (movieClip name) have been clicked or rolled over without embeding code in each instance?

Maybe using a Mouse.addListener and movie._name

Thank you for your help