Mouse Interaction

I created a fla file. Within this file, on the main stage, I have two seperate movieclips. They are both circles that overlap each other. A larger circle is on the botton of the smaller circle. In the large circle, I have some names of people. In the smaller circle, I have there age. I need to have the large circle rotate either clockwise or counter clockwise depending on where the user wants to. This also has to be applied to the smaller circle. The idea is to match the peoples names(large circle) to there ages (smaller circle). I want this to happen by moving the mouse to the desired location.