[Papervision3D] using Papervision2, how to target the MovieClip of a MovieAssetMaterial?
scott_k
scott.kerr at kerrmedia.com
Wed Aug 20 11:40:30 PDT 2008
Hey guys?
I searched here to see if this was answered before, and I found about 4
different ways to do this, and none seem to be working for me.
var carMaterial:MovieAssetMaterial = new MovieAssetMaterial("car2_mc", true,
true);
carMaterial.animated = true;
var carPlaneMC:Plane = new Plane(carMaterial, 595.9, 366.9, 3, 3);
carPlaneMC.z = 1000;
view.scene.addChild(carPlaneMC);
now on the render function, I want to tell that movieclip to do something,
like gotoAndStop(1);
What is the way to do this?
--
View this message in context: http://www.nabble.com/using-Papervision2%2C-how-to-target-the-MovieClip-of-a-MovieAssetMaterial--tp19059694p19075663.html
Sent from the Papervision3D mailing list archive at Nabble.com.
More information about the Papervision3D
mailing list