murarinayak / papervision3d

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

mouse event "hotspot" for nested movieclips in moviematerial are not in correct X / Y position #187

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. instantiate new MovieClip (_myMc), MovieMaterial (_myMat) and Plane 
(_myPlane)
2. scene.addChild(_myPlane)
3. instantiate new MovieClip (_secondMc) and add to first MovieClip - 
_myMc.addChild(_secondMc)
4. _secondMc.addEventListener(MouseEvent.ROLL_OVER, [mouseOver function here]);

What is the expected output? What do you see instead?
when I roll over the second movieclip, I expect it to trigger my listener.  
Instead, when I roll over 
an area to the LEFT of my second movieclip, it will trigger it.  The X/Y 
"hotspot" of the movieclip 
is not in the right spot.

What version of the product are you using? On what operating system?
Rev 904.  Mac OSX 10.5.6
MacPro Quad Xeon, 5GB RAM
Flash CS4

Please provide any additional information below.
the Movieclip shows up in the right place, but there is something weird going 
on with the virtual 
mouse class that is causing the mouse position to be off by a random amount of 
pixels.

Original issue reported on code.google.com by keho...@gmail.com on 15 Apr 2009 at 7:30