Does anyone know if it is possible to set up a time delay for rollOff event.
My problem is I have designed a simple dropdown menu and want the dropdowns to remain on screen for a splitsecond longer if the mouse happens to move off the dropdown.
an easier solution would be to set the hit area for your menu bigger, so whenever the mouse moves away from the menu a certain distance, your menu would disappear, y’know…
most experienced flash user prefer to use the hitTest() function instead of rollOvers and rollOuts, check for that function in the forums/tuts (basically it checks whether the mouse or anyother object touches another object)