Hey everyone, I can't seem to get mouse interaction working with a movieclipsprite, it doesn't help if I put it in an objectcontainer3d and try to enable mouse interaction on that. Is this not possible? Interaction 'within' the MovieClip would also be good for me, but this seems to get eliminated when I load it into a MovieClipSprite and add it to my scene.
Regards, Jan For example: sphere.addOnMouseOver(test); (this works, on a regular 3d sphere in my scene) mcsprite.addOnMouseOver(test); (this does absolutely nothing)
