# ClickTag with interactivity

**URL:** https://forum.kirupa.com/t/clicktag-with-interactivity/185208
**Category:** flash
**Created:** [April 11, 2006, 6:56pm UTC](https://forum.kirupa.com/t/clicktag-with-interactivity/185208 "2006-04-11T18:56:58Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![joemama7976](https://avatars.discourse-cdn.com/v4/letter/j/e19b73/32.png) [@joemama7976](https://forum.kirupa.com/u/joemama7976)
#### Post date: [April 11, 2006, 6:56pm UTC](https://forum.kirupa.com/t/clicktag-with-interactivity/185208/1 "2006-04-11T18:56:58Z")

</div>

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:

```auto

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.

---

<div class="post-metadata">

### Author: ![kortexvfd](https://avatars.discourse-cdn.com/v4/letter/k/f1d935/32.png) [@kortexvfd](https://forum.kirupa.com/u/kortexvfd)
#### Post date: [April 11, 2006, 7:04pm UTC](https://forum.kirupa.com/t/clicktag-with-interactivity/185208/2 "2006-04-11T19:04:07Z")

</div>

Trigger the animation clip when the clicktag is rolled over.
