I have run into something similar in the past.

Try using something like:
Selection.setFocus("myButton");
At the end of your code that handles the click.


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Mendelsohn, Michael
Sent: Friday, December 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 while keeping the mouse stationary, the
code only fires the first time, but if you move the mouse slightly after
each click, the code fires each time.  What is causing this?

Thanks,
- Michael M.

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to