Hi again, well sorry about the other post that get duplicated, but as I asked before, is there a way to get the index of a button in a togglebuttonbar when you just go over the button? here is my code <!-- code -->
<mx:ToggleButtonBar id="nav_bloque1" alpha="0.5" useHandCursor= "true" buttonMode="true" itemClick="ChangeContent(nav_bloque1.selectedIndex);" mouseOver="handleMouseEvent(event);getSubnav(nav_bloque1.selectedIndex);" height="26" minWidth="1000" /> <!-- code --> I want to change the nav_bloque1.selectedIndex to nav_bloque1.mouseOverIndex or something like that so I can do some other functions with that index. I tried to use var objArray:Array=getObjectsUnderPoint(pt); but I don't understand how to get the button as I get a lot of objects with a full path. Thanks Terius

