Checking if two mc's have been rollOvered

Hi,

I have two movieclips. I would like to check if both movieclips have been rollOvered and then do an action. You can’t rollOver them at the same time. So, I need something like: if movieclip 1 has been rollOvered and movieclip 2 has been rollOvered (no matter what following order) , then do action.

I tried this using booleans and an if statement but no luck.
Could someone show me how to do this?

Thank you very much,

Jerryj.