to be more exact:

my function looks like this now:

function llamo(e:LoaderEvent):void{
var temporaryRef:Object3D = (ObjectContainer3D
(e.loader.handle).getChildByName("lpmodel") as Obejct3D;
Object3D(mesha) = temporaryRef.clone();
Object3D(meshb) = temporaryRef.clone();
Object3D(meshc) = temporaryRef.clone();
scene.addChild(mesha);
scene.addChild(meshb);
scene.addChild(meshc);

}

what i was trying to say is that i also trying to acces any other way
to cast it as an Object3D, or to add it, or to acces it or do
something ( i was little desesperado in that moment i admit it :p)

thanks in advance man, but this is the error that keeps throwing me now

Reply via email to