# Text(field) "obscure" button mouseover state

**URL:** https://forum.kirupa.com/t/text-field-obscure-button-mouseover-state/253184
**Category:** Uncategorized
**Created:** [February 27, 2008, 10:20pm UTC](https://forum.kirupa.com/t/text-field-obscure-button-mouseover-state/253184 "2008-02-27T22:20:50Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![patrickjv](https://avatars.discourse-cdn.com/v4/letter/p/ce7236/32.png) [@patrickjv](https://forum.kirupa.com/u/patrickjv)
#### Post date: [February 27, 2008, 10:20pm UTC](https://forum.kirupa.com/t/text-field-obscure-button-mouseover-state/253184/1 "2008-02-27T22:20:50Z")

</div>

I have menulist, build from x number of Movieclips. Every movieclip is given a button child and given/added a texfield by scripting (i.o.w. text NOT in button itself).

The text part on the menubuttons however make the button not show mouse-over states. If I hover over parts where there is no text visible the buttons mouse over state shows fine.

Any way to prevent/solve it? I already have textvalue.selectable = false; but that’s no solution.

ps: buttonitem instances click work fine, they open their links ok.  
P.
