![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
12/04/2007, 09:10
|
![Avatar de ceaped](http://static.forosdelweb.com/customavatars/avatar55141_12.gif) | | | Fecha de Ingreso: febrero-2004
Mensajes: 2.185
Antigüedad: 21 años 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 |