Making createEmptyMovieClip's clickable

I have clips that I create using createEmptyMovieClip, and I would like to make them clickable. For my specific needs, I found dropping an empty clip from the library doesn’t accomplish my goals.

Please note that I will be creating multiple clips, which will need their own function when clicking, mouse over and mouse out.

Here is the code that I use to to create the clip.
_root.createEmptyMovieClip(“homeHolder_mc”, 2);

Thank You,
Ryan