Re: [Flashcoders] 2nd onPress ignored unless mouse moved at least 1 pixel

2010-01-21 Thread Andrew Sinning
Typo. I meant AS2! Paul Andrews wrote: Andrew Sinning wrote: I'm using AS3 for FP8. I'll see if I can publish to FP9. Surely that's not possible. AS3 is for FP9 and up. Sounds like you are using AS2, in which case you will still be using AVM1 even with FP9. Paul Merrill, Jason wrote: Ah

Re: [Flashcoders] 2nd onPress ignored unless mouse moved at least 1 pixel

2010-01-21 Thread Andrew Sinning
I'm using AS3 for FP8. I'll see if I can publish to FP9. Merrill, Jason wrote: Ah. What Flash player version and Flash IDE version are you using and targeting? Seems like this used to be a bug with the Flash player and present in AS2 apps. It used to annoy me on sites I would build or sites o

Re: [Flashcoders] 2nd onPress ignored unless mouse moved at least 1 pixel

2010-01-21 Thread Paul Andrews
Andrew Sinning wrote: I'm using AS3 for FP8. I'll see if I can publish to FP9. Surely that's not possible. AS3 is for FP9 and up. Sounds like you are using AS2, in which case you will still be using AVM1 even with FP9. Paul Merrill, Jason wrote: Ah. What Flash player version and Flash IDE

RE: [Flashcoders] 2nd onPress ignored unless mouse moved at least 1 pixel

2010-01-21 Thread Merrill, Jason
Ah. What Flash player version and Flash IDE version are you using and targeting? Seems like this used to be a bug with the Flash player and present in AS2 apps. It used to annoy me on sites I would build or sites on the internet like MSNBC's flash-based photo slide shows, but I haven't seen it in

Re: [Flashcoders] 2nd onPress ignored unless mouse moved at least 1 pixel

2010-01-21 Thread Andrew Sinning
I've removed all the graphical changes that occur after the first click, but my button (a MovieClip actually) is not receiving the 2nd onPress or onRelease unless the mouse gets moved. What I've found is that right after the onRelease is called, an onRollOut event occurs. This seems to preven

[Flashcoders] 2nd onPress ignored unless mouse moved at least 1 pixel

2010-01-21 Thread Andrew Sinning
I have button that requires two clicks in order to completely select. I'm not looking for a double-click, but rather the second click (onRelease) "confirms" the user response. In the GUI, the first click cause a change in the graphic and there is a prompt "click to confirm". What I'm findin