Código ActionScript :
this.attachMovie("LAGRIMA1","LAGRIMA1",this.getNextHighestDepth()); LAGRIMA1._x=60; LAGRIMA1._y=240; this.attachMovie("LAGRIMA2","LAGRIMA2",this.getNextHighestDepth()); LAGRIMA2._x=157.5; LAGRIMA2._y=190; this.attachMovie("LAGRIMA3","LAGRIMA3",this.getNextHighestDepth()); LAGRIMA3._x=255; LAGRIMA3._y=240; this.attachMovie("LAGRIMA4","LAGRIMA4",this.getNextHighestDepth()); LAGRIMA4._x=352.5; LAGRIMA4._y=190; this.attachMovie("LAGRIMA5","LAGRIMA5",this.getNextHighestDepth()); LAGRIMA5._x=450; LAGRIMA5._y=240; this.attachMovie("LAGRIMA6","LAGRIMA6",this.getNextHighestDepth()); LAGRIMA6._x=547.5; LAGRIMA6._y=190; this.attachMovie("LAGRIMA7","LAGRIMA7",this.getNextHighestDepth()); LAGRIMA7._x=645; LAGRIMA7._y=240; this.attachMovie("LAGRIMA8","LAGRIMA8",this.getNextHighestDepth()); LAGRIMA8._x=742.5; LAGRIMA8._y=190; this.attachMovie("LAGRIMA9","LAGRIMA9",this.getNextHighestDepth()); LAGRIMA9._x=840; LAGRIMA9._y=240;
asi los cargo, son 9 lagrimas que se convierten en botones, pero todas bajan al mismo tiempo, juntas y en orden, lo que quiero hacer es que varie el orden cada determinado tiempo.RANDOM
[BOFH]Cuando escribas código ActionScript, enciérralo entre las etiquetas [*as] y [*/as] (sin los asteriscos). The Fricky![/BOFH]