away3d / away3d-core-fp10

Away3D engine for Flash Player 10

Home Page:http://www.away3d.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MovieClipSprite all mouse events lost when infront of a sphere with an interactive MovieMaterial.

DarceyLloyd opened this issue · comments

Hi,

I have a MovieClipSprite with an interactive material which is placed at a point on a sphere with an interactive MovieMaterial.

When rotating the sphere placing the MovieClipSprite infront of the sphere all the MovieClipSprite mouse events are lost.

This happens no matter how close I bring the MovieClipSprite to the camera (HoverCamera3D) when the sphere is behind the MovieClipSprite it dissables mouse events for the area it's behind.

D

Confirmed... When disabling the sphere's interactivity on its MovieMaterial, MovieClipSprite's events work fine, however it does still trigger click events on the sphere at the same time.