Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/06/2007, 12:06
Avatar de mrxarg
mrxarg
 
Fecha de Ingreso: abril-2007
Mensajes: 40
Antigüedad: 17 años
Puntos: 0
Re: ayuda urgente con barra scroll!

Hola bandit...probe con el tuto que hay en tu web de barra de scroll y me aparece un error en el código del "btn_invisible" te paso el error:

**Error** Símbolo=barra_scroll, capa=Capa 2, fotograma=2:Línea 4: La declaración debe aparecer dentro del controlador on
tellTarget("control"){

**Error** Símbolo=barra_scroll, capa=Capa 2, fotograma=2:Línea 7: Se ha detectado un '}' inesperado
}

Total de errores de ActionScript: 2 Errores comunicados: 2

asi fue como yo lo escribi:

on(press){
startDrag("",false,getProperty("",_x),top,getPrope rty("",_x),bottom);
}
tellTarget("control"){
gotoAndPlay("control");
}
}
On(realse){
gotoAndStop("pause");
}
stopDrag();
}