Re: [Flashcoders] Intermittent buttons

2007-06-29 Thread Muzak
if you're using any of the v2 components add this to the main timeline function onMouseDown(){ focusManager.enabled = false; } funtion onMouseUp() { focusManager.enabled = true; } should fix the problem. regards, Muzak - Original Message - From: "Clive R Sweeney" <[EMAIL PROTE

RE: [Flashcoders] Intermittent buttons

2007-06-29 Thread Danny Kodicek
> This is not a *major* issue but it's really annoying. I have > two buttons that navigate back and forth through a series of > images. (Flash 8, AS2). > They work fine when I first open the SWF. But on the same > screen is an input textfield with which a user can add or > change a title. Th