ClickTag with interactivity

I have an ad banner that the client says the clickTag layer must be the top most layer. The problem is I have movies below that layer that animate on rollOver:


on (rollOver) {
this.gotoAndPlay("bounce");
}

These do not work unless they are above the clickTag layer. Is their a way I can adjust the rollOver code to acomodate for this? Both the clickTag and the movies are on the main time line but the rollOver animation is in its own movie.

Trigger the animation clip when the clicktag is rolled over.