Cita:
Iniciado por GUSUM foto3_btn.addEventListener(MouseEvent.CLICK, carga3);
function carga3(e:MouseEvent):void{
var foto3 = new Loader();
foto3.addEventListener(Event.COMPLETE, posicionarCarga);
foto3.load(new URLRequest("fotos/brillos.jpg"));
contenedor_mc.addChild(foto3);
function posicionarCarga(e:Event):void{
if(foto3.with==300){//<----ojo
contenedor_mc.x =251;
contenedor_mc.y =107;
}
}
Amigo te hace falta una "d" osea asi: width con