Ver Mensaje Individual
  #6 (permalink)  
Antiguo 12/04/2007, 09:10
Avatar de ceaped
ceaped
 
Fecha de Ingreso: febrero-2004
Mensajes: 2.185
Antigüedad: 20 años, 2 meses
Puntos: 9
Re: Porque se borran los cuplicados?

no me funciona. Este es el code:

onClipEvent (enterFrame) {
_root.sombra_mc.duplicateMovieClip("nuevaSombra"+i , _root.getNextHighestDepth());
if (_root.nuevaSombra) {
if (this._x=_root.bola1._x) {
this._x += 10;
} else if (this._x=_root.bola1._x) {
this._x -= 10;
}
if (_root.bola1._y<=400) {
_root.nuevaSombra._alpha = 30;
} else if (_root.bola1._y<=500) {
_root.nuevaSombra._alpha = 100;
}
}
if (_root.nuevaSombra) {
if (this._x=_root.bola2._x) {
this._x += 10;
} else if (this._x=_root.bola2._x) {
this._x -= 10;
}
if (_root.bola2._y<=400) {
_root.nuevaSombra._alpha = 30;
} else if (_root.bola2._y<=500) {
_root.nuevaSombra._alpha = 100;
}
}
}
__________________
Diseñador Gráfico publicitario