Hello all
I’ve downloaded from Adobe site the recommended “GettingStartedWithAway3D” featured at the tutorials section of the site.
As an experiment, I’ve been trying to add MouseEvent3D actions to the object in the demo, but none fires;
I add the line
_loader.addEventListener(MouseEvent3D.MOUSE_OVER, handleMouseOver);
after the object is loaded, but it won’t respond to the interaction.
Any ideas?