![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
06/03/2007, 08:45
|
![Avatar de seyacat](http://static.forosdelweb.com/customavatars/avatar148487_1.gif) | | | Fecha de Ingreso: agosto-2006
Mensajes: 382
Antigüedad: 18 años, 5 meses Puntos: 0 | |
Re: Repetir animacion de un MC "N" veces Yo le pondria algo asi
onClipEvent(enterFrame){
if(contador==undefined){contador=0}
if(this._currentframe==1){contador++}
if(contador>=5){stop()}
} |