> Various problems with mouse clicks being ignored if the mouse is not moved. I
> believe this is related to using V2 components, but none of the suggested
> work-arounds I've found have worked.
>

Try adding the following (preferably on the main timeline).
If you don't have a main timeline, use _root.focusManager.

function onMouseDown() {
 focusManager.enabled = false;
}
function onMouseUp() {
 focusManager.enabled = true;
}


regards,
Muzak 



_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to