String 不是动态类。不能为实例动态的添加成员。
zyflzxy (2010-11-03 12:15:54)
private function cambioComp(param1:TimerEvent = null)
{
viewport.buttonMode = false;
var _loc_2:* = MovieClip(MovieAssetMate
rial(this._lineaTiempo).movie);
_loc_2.maskTiempo.height = 0;
TweenMax.to(_loc_2.maskTiempo, this.tiempoCambio, {height:_loc_2.height, ease

inear.easeNone});
this.removeListeners();
var _loc_4:String;
_loc_4.compActual = this.compActual++; if (this.compActual > this.totalComps)
{
this.compActual = 1;
}
this.ampliando = true;
this.cameraWithSlerp.target = null;
Warning: 1072: 迁移问题: String 不是动态类。不能为实例动态的添加成员。
请问这个问题怎样解决,在这里多谢了.