Did anyone have a chance to look at this asset? and why the mouse over is
not being triggered?

This is my code for it creating the collada and I use in multiple locations
the same code, and the mouse overs are detected.

collada = new Collada();
model = collada.parseGeometry(modelClass) as ObjectContainer3D;
 model.mouseEnabled = true;
model.name = "picture";
 model.addEventListener(MouseEvent3D.MOUSE_OVER, mouseOver);
model.addEventListener(MouseEvent3D.MOUSE_OUT, mouseOut);
 model.addEventListener(MouseEvent3D.MOUSE_DOWN, mouseDown);

Thanks

On Wed, Feb 3, 2010 at 7:11 AM, Philip Harvey <[email protected]> wrote:

> On the current version I have of Away3DLite (downloaded around Dec 13th) I
> have a small issue with the mouseover.I have many objects which work 100%
> and the mouse over is detected. But on one object I don't get any response.
>
> I've included the dae model which is having this issue.
>
> Phil
>
> --
> Phil Harvey
> [email protected]
> AIM: filrv
> ICQ: 354535
> GTalk: [email protected]
>



-- 
Phil Harvey
[email protected]
AIM: filrv
ICQ: 354535
GTalk: [email protected]

Reply via email to