Okay, I know that this is going to be a dimwitted question, but I have a button that is 100x100 pixels, and on top (not inside, these are different bts) of it I have a button 20x20 pixels. I have an onMouseOut command on the 100x100 that makes the 20x20 _alpha = 0; Perhaps you can see my dilema. When I roll ONTO the 20x20 button that is still within the parameters of the 100x100, the 100x100 registers an “onMouseOut” state which makes the button that I want to press invisible. Is there ANY way to retard that operation? I really only want the OUT state to register when my mouse moves outside of its walls. I have thought of hitTest, but dont’ think it will work in this case because it is the mouse position that I am concerned with. Any thoughts? Sorry if this seems silly.
-i