Best way to get list of Movie Clips at share a given point, or emulating onRollover

Hi,

What would be the best way to emulate onRollover, onPress events without using the mouse.

I’m working on a demo with Flash Media Server where you can see another users mouse cursor. I would like to have these events trigger from this “fake” mouse the same way they would with the users actual cursor.

Is there a good way to do this? Any built in Flash API’s that would save me a lot of time? If there was an easy way to determine what the topmost level movieclip is beneath a given point or mc, or get a list of all of them? Or do I need to cycle through all movieclips on the stage and perform a hittest with each one?

Sending the actual events is easy once I know which movieclips to send them to.

Thanks for your suggestions!

Adam Schroeder