Dynamically placing movie clip at the angle and global position of a mouse click

Does anyone know the code for finding the global positioning of X & Y co-ordinates of a click of a button which is constantly rotating,
and then secondly the code for when you click on the button it displays a movie clip on top of it -(position of x & y when clicked) at the angle that you clicked it,
so underneath the buttons are still rotating so other people can click them where they are?

to explain the context, I’m trying to design a mock up of a circular interactive table
when someone comes up to it and clicks on one of the buttons that are moving, it reads where the person clicked it and opens up a new box (movie clip) where they clicked it (at the angle) so its not upside down if you are at the top.

I’ve included my .fla file which shows the four buttons moving and a little diagram
explaining what I’m trying to do.