Ver Mensaje Individual
  #7 (permalink)  
Antiguo 28/09/2009, 22:10
Avatar de Eskombro
Eskombro
 
Fecha de Ingreso: septiembre-2009
Ubicación: Colombia
Mensajes: 437
Antigüedad: 14 años, 8 meses
Puntos: 22
Respuesta: boton nextFrame y prevFrame

Código actionScript:
Ver original
  1. on (release) {
  2. if(fondo._currentFrame==8){
  3. fondo.gotoAndStop(1);
  4. } else {
  5. fondo.gotoAndStop(fondo._currentFrame+1);
  6. }
  7. }

Por otra parte, lee el MP...
Saludos