how can i enlarge the hit area of a button when i’m over it?
i tried creating a movieclip (“mc”) containing two frames;
one frame (“normal”) with a button including a small hit area, and one with a button containing a larger hit area (framename=“over”).
when i roll over the movie clip it sucessfully changes to frame “over” with the large hit area button (from root i tell “mc” to cange to frame “over”), but in fact only up,over and down state frames are taken from the new button. the hit area is still the small one from the first frame.
basically the thing i want to achieve is, that one rolls over the button, but will have to move his mouse farer away from the overstate graphic of the button, to release it. so optically the same button, but with a larger hitarea than the one you entered when rolling over the button in the first place, so one cant accidentally get off of it too early.
thanks for your ideas,
dual