var maSphere = new Sphere({material:new ShadingColorMaterial(uint
(Math.random() * 0xffffff)),radius:50});
maScene.addChild(maSphere);
maSphere.addEventListener(MouseEvent3D.MOUSE_DOWN, test);

works fine but

var maSphere = new Sphere({material:new PhongColorMaterial(uint
(Math.random() * 0xffffff)),radius:50});
maScene.addChild(maSphere);
maSphere.addEventListener(MouseEvent3D.MOUSE_DOWN, test);

doesn't.

I work with the lastest release. Thx for help.

Reply via email to