var chups = objContainer.children[0];
var chups2 = chups.children[0];
for each (var i:Face in chups2.faces){
i.material = new ColorMaterial(0xFF00FF);
}
trace("wtf");there goes, im so stupid, the previous code worked for .obj files, not on .dae files ... tnx for your patience guys :D
