Hi guys, I love AWAY3D and I am starting to play around it... I am using MovieMaterial for a simple Plane:
materiale = new mc_() as MovieClip;
var causticsMaterial:MovieMaterial=new MovieMaterial(materiale,
{smooth:true,precision:8});
piano=new
Plane({material:causticsMaterial,segmentsW:2,segmentsH:
2,ownCanvas:true});
View.scene.addChild(piano);
the problem is that I would like at some point change a property alpha
of a MovieClip inside mc_...
How can I do that?
thanks in advance,
