Open GoogleCodeExporter opened 9 years ago
Hey, just a quick update...
I have not had time to look into this PV3D issue, but I have noticed a similar
bug in
a flash program I'm writing and I suspect that the issue with PV3D may be
similar...
I created a program that used my BasicButton class (same as above) on several
buttons. The buttons started acting buggy (similar to the way the PV3D is
acting in
my sample) and I found that my problem was this:
I was replacing the mouse cursor with a movieclip from the library and that
movieclip
was interfering with my BasicButton MouseEvents! I added a line of code to set
the
mouseEnabled=false on the new movieclip cursor and it fixed the issue!
Doesn't PV3D use a virtual mouse for these MovieMaterial MouseEvents? I'm
wondering
if the virtual mouse is interfering in the same way?
Thanks,
Andy
Original comment by andy.wat...@gtempaccount.com
on 27 Mar 2009 at 9:33
John - could you take a look?
Original comment by azu...@gmail.com
on 30 Mar 2009 at 2:10
Original issue reported on code.google.com by
andy.wat...@gtempaccount.com
on 19 Mar 2009 at 2:28