# Problem with rollover mc

**URL:** https://forum.kirupa.com/t/problem-with-rollover-mc/118504
**Category:** Uncategorized
**Created:** [August 6, 2004, 1:06am UTC](https://forum.kirupa.com/t/problem-with-rollover-mc/118504 "2004-08-06T01:06:58Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![kirstenosborn](https://avatars.discourse-cdn.com/v4/letter/k/5f8ce5/32.png) [@kirstenosborn](https://forum.kirupa.com/u/kirstenosborn)
#### Post date: [August 6, 2004, 1:06am UTC](https://forum.kirupa.com/t/problem-with-rollover-mc/118504/1 "2004-08-06T01:06:58Z")

</div>

My problem is when you rollover my button it is only picking up the text, so it is freaking out. I tried placing an invisible buttonn inside, but it is not working. Does anyone have any ideas?

I have attached the fla.

Thank you for any help!!!  
:!:

---

<div class="post-metadata">

### Author: ![pom](https://avatars.discourse-cdn.com/v4/letter/p/f07891/32.png) [@pom](https://forum.kirupa.com/u/pom)
#### Post date: [August 6, 2004, 9:56am UTC](https://forum.kirupa.com/t/problem-with-rollover-mc/118504/2 "2004-08-06T09:56:06Z")

</div>

I’m not sure this will work, but you can try to put an invisible clip on your text, call it ‘hit’ and put that code on the timeline:

```auto
this.hitArea = hit ;

```
