el caso es que si quito lo último que he programado si que me publica, pero no quisiera prescindir del efecto en el que estoy...
estaba con esto en un mclip:
Código :
onClipEvent (enterFrame) {
if (this._height != (Stage.height-50)) {
this._height += (Stage.height-this._height-50)/5;
}
this._xscale = this._yscale;
this._x = (Stage.width/2)-(this._width/2)+37;
this._y = (Stage.height/2)-(this._height/2)+30;
}¿Tan grave es?
Bueno un saludo a todos
