flunardelli / efflex

Automatically exported from code.google.com/p/efflex
0 stars 0 forks source link

Mouseover wont work after scrolleffect #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Apply scrolleffect a viewstack
2. Also apply mouseOver on a child in the canvas to trigger a function 
(i.e. just trace out that this child was mousedOver)

What is the expected output? What do you see instead?
That there is a mouseover trace for every child in the viewstack.

Instead it only triggers on the first child before the scrolleffect is 
applied. After scrolleffect is applied, mouseover no longer registers. 

What version of the product are you using? On what operating system?
Using efflex 0.01 , flash player 10, flex 3.2 on vista 32 -bit. 

Please provide any additional information below.

Original issue reported on code.google.com by rasmusk...@gmail.com on 23 Mar 2009 at 9:52