Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/08/2007, 13:43
Rizzo
 
Fecha de Ingreso: septiembre-2006
Mensajes: 1.193
Antigüedad: 17 años, 7 meses
Puntos: 30
Re: centrar imagen en movieclip

no vi todo tu codigo pero

esta parte es asi:

Código:
this._x = (Stage.width-imagen1._width)/2;
this._y = (Stage.height-imagen1._height)/2;
this._x = (Stage.width-imagen2._width)/2;
this._y = (Stage.height-imagen2._height)/2;
en Stage.width es sin guion-bajo"_" y todos los demas Stages´s