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

2005-12-16 Thread Mike Lyda
more info here.. http://oddhammer.com/blog/comments.php?id=51_0_1_0_C from 1/9/2004 --- "Mendelsohn, Michael" <[EMAIL PROTECTED]> wrote: > 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 symb

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

2005-12-16 Thread Robert Chyko
TECTED] On Behalf Of Mendelsohn, Michael Sent: Friday, December 16, 2005 1:28 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] No consecutive onRelease() events? Yes, it's just a plain old button. The code is attached right to the button. > Are you using the Button component,

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 li

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

2005-12-16 Thread Robert Chyko
: 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 b

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 th

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

2005-12-16 Thread Lanny McNie
er 16, 2005 9: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

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

2005-12-16 Thread Robert Chyko
r 16, 2005 9: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 whi

[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 after