Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/11/2011, 15:10
Avatar de esdebon
esdebon
 
Fecha de Ingreso: agosto-2008
Ubicación: México
Mensajes: 167
Antigüedad: 16 años, 3 meses
Puntos: 18
Respuesta: Detener onEnterframe

Código actionscript:
Ver original
  1. myMovieClip.onEnterFrame = function(){
  2. trace("onEnterFrame ");
  3.  
  4. if(condition == true){
  5. delete myMovieClip.onEnterFrame;
  6. trace("Detenido");
  7. }
  8. }
__________________
Mi sitio: http://www.fluocode.com