MouseEvent should be MouseEvent3D let us know if that works!
Rob On Thu, Feb 19, 2009 at 11:12 PM, Lucas Guilherme <[email protected]> wrote: > Hello, > > I'm using this code to get clicked event in a plane > > myPlane.addOnMouseDown(planeMouseDown); > > function planeMouseDown(event:MouseEvent):void { > trace("clicked"); > } > > and didn't work. > When I put the same code for a RoundedCube for example, works. > > Any idea? > > BR, > LĂbiny > -- Rob Bateman Flash Development & Consultancy [email protected] www.infiniteturtles.co.uk www.away3d.com
