Ver Mensaje Individual
  #9 (permalink)  
Antiguo 13/04/2007, 14:37
Rizzo
 
Fecha de Ingreso: septiembre-2006
Mensajes: 1.193
Antigüedad: 17 años, 6 meses
Puntos: 30
Re: Porque se borran los cuplicados?

checa los if de tu codigo

Código:
if (_root.nuevaSombra) {
if (this._x=_root.bola1._x) {
this._x += 10;
} else if (this._x=_root.bola1._x) {
this._x -= 10;
}
se usa operador de igualdad == no de asignacion = , si te sigue dando problemas sube tu fla para verlo bien.