Rollover Movieclip recieving click event

I have a movieclip that constantly changes it’s shape and has a rollover event for a popup. But due to the rollover event, I can’t click anywhere underneath it, because it receives the click event (i have no onRelease function for it).

Is there any code that can ignore the clicking events and keep the rollover event? Or do I have to write a custom function that calculates the actual position.

Basically, it inherited all mouse properties, and I just want a rollover property.