Hi all,
I have seen a few questions about this but no answers. I am loading an external image into a movieclip and the rollout works fine if I move the mouse slowly. If I scroll quickly across the stage, the rollover state stays and the rollout doesn’t happen. Slowly rolling back over the movie clip doesn’t fire the rollover, but does fire the rollout according to the traces.
container.getChildByName(“dot”).getChildByName(“id”).addEventListener(MouseEvent.ROLL_OUT, dotRollout);
Unfortunately, I don’t have a small example of this. It is a piece of a rather large conversion from AS2 to AS3 and this is just about the last bug.
I could use a trick to track the listeners that are added and removed. Any ideas on this?
Am I creating the problem by adding and removing the listeners everytime a hover or src image gets loaded?
I should mention that it is failing in Flash player 10 since one post called it a player bug. No great info there.
Thanks in advance,
Imogene