[Flashcoders] No consecutive onRelease() events?

2005-12-16 Thread Mendelsohn, Michael
Hi list... I have a button and a clickable movie clip where their code only works if you move the mouse slightly before a second click. In other words, if you click them more than once while keeping the mouse stationary, the code only fires the first time, but if you move the mouse slightly

RE: [Flashcoders] No consecutive onRelease() events?

2005-12-16 Thread Robert Chyko
:17 AM To: Flashcoders mailing list Subject: [Flashcoders] No consecutive onRelease() events? Hi list... I have a button and a clickable movie clip where their code only works if you move the mouse slightly before a second click. In other words, if you click them more than once while keeping

RE: [Flashcoders] No consecutive onRelease() events?

2005-12-16 Thread Mendelsohn, Michael
Thanks for the link, Lanny. However, unlike the article, in my situation, it's not a textField component keeping focus, but a comboBox. Adding Selection.setFocus(this) to the on(release) function of my button still isn't clearing out focus from the comboBox. Am I missing something? I'm trying

RE: [Flashcoders] No consecutive onRelease() events?

2005-12-16 Thread Robert Chyko
To: Flashcoders mailing list Subject: RE: [Flashcoders] No consecutive onRelease() events? Thanks for the link, Lanny. However, unlike the article, in my situation, it's not a textField component keeping focus, but a comboBox. Adding Selection.setFocus(this) to the on(release) function of my button

RE: [Flashcoders] No consecutive onRelease() events?

2005-12-16 Thread Mendelsohn, Michael
Yes, it's just a plain old button. The code is attached right to the button. Are you using the Button component, or a button symbol? And that code is just being attached right to the button it seems.. Is that correct? ___ Flashcoders mailing