Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/07/2004, 15:03
Avatar de ¬...
¬...
 
Fecha de Ingreso: noviembre-2003
Ubicación: Guatemala
Mensajes: 742
Antigüedad: 20 años, 5 meses
Puntos: 4
lo podes hacer con un onEnterFrame:
Código:
this.onEnterFrame=function(){
	cframe=miclip._currentframe;
	if(cframe==6){
		//hacer algo
		delete onEnterFrame;//quitas el onenterframe
	}
}
__________________
'_'

...