[osflash] [Fwd: Re: need action script help]
Muzak
p.ginneberge at telenet.be
Sat Apr 29 16:35:39 EDT 2006
> 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
More information about the osflash
mailing list