Te refieres a esto?

//---loadMovie SHARED
sharedMc = this.loadMovie("shared.swf", ++this.$depth);
sharedMc._x = sharedMc.getStageCenter()._x;
sharedMc._y = sharedMc.getStageCenter()._y;
centroMc.onEnterFrame = function() {
 if (_root.sharedMc._currentframe == _root.sharedMc._totalframes) {
  trace("Cargado");
  _root.centroMc._x = _root.centroMc._x + 350;
  delete this.onEnterFrame;
 }
};

Si que me hace el trace pero no me lo desplaza... errores?

Isaac<!-------------------------------
Lista ASNativos:
subscripciones/desubscripciones
http://www.sidedev.net/asnativos
-------------------------------->

Responder a