Ver Mensaje Individual
  #7 (permalink)  
Antiguo 10/10/2006, 08:46
webpro_lukas
 
Fecha de Ingreso: agosto-2006
Ubicación: en mi casa
Mensajes: 192
Antigüedad: 17 años, 8 meses
Puntos: 0
no me respondeeeeee!!!!! la verdad no se que pasa, voy a hacer lo siguiente aqui les dejo mi codigo y veran que esta bien hecho pero sin embargo no me deja
Cita:
stop();

this.onEnterFrame = function(){

if(rewind == true){

prevFrame();

}

}

this.onRollOver = function(){

rewind = false;
play();

}

this.onRollOut = function(){

rewind = true;

}