Foros del Web » Creando para Internet » Flash y Actionscript »

Error botones

Estas en el tema de Error botones en el foro de Flash y Actionscript en Foros del Web. Hola, estoy haciendo una web con el swish y me da un error muy extraño. Si voy entrando en los apartados de izquierda a derecha ...
  #1 (permalink)  
Antiguo 27/10/2010, 00:36
 
Fecha de Ingreso: octubre-2009
Mensajes: 299
Antigüedad: 14 años, 6 meses
Puntos: 2
Pregunta Error botones

Hola, estoy haciendo una web con el swish y me da un error muy extraño. Si voy entrando en los apartados de izquierda a derecha funciona bien, xo si es al reves se carga la ultima.
La botoneta es la misma siempre, carga unicamente el contenido cada vez.
ENLACE

Me he dado cuenta que algunos botones cuando los pulsas desaparece el hipervinculo, y otros que si le das dos veces si te carga la pagina bien.

Última edición por Vcnt; 27/10/2010 a las 01:01
  #2 (permalink)  
Antiguo 27/10/2010, 08:34
 
Fecha de Ingreso: octubre-2009
Mensajes: 299
Antigüedad: 14 años, 6 meses
Puntos: 2
Respuesta: Error botones

En cada boton pone:

on (release) {
tellTarget (_parent._parent._parent._parent.Control) {
gotoAndPlay("section3");
}
}
on (rollOver) {
gotoAndStop("over");
}
on (rollOut) {
gotoAndStop("out");
}
  #3 (permalink)  
Antiguo 27/10/2010, 09:14
 
Fecha de Ingreso: octubre-2009
Mensajes: 299
Antigüedad: 14 años, 6 meses
Puntos: 2
Respuesta: Error botones

He estado mirando y puede que haya un problema en el loader, pero yo lo veo ok!

onFrame (1, afterPlacedObjectEvents) {
tellTarget (_parent._1) {
loadMovie("section1.swf");
}
}
onFrame (2, afterPlacedObjectEvents) {
tellTarget (_parent._2) {
loadMovie("section2.swf");
}
}
onFrame (3, afterPlacedObjectEvents) {
tellTarget (_parent._3) {
loadMovie("section3.swf");
}
}
onFrame (4, afterPlacedObjectEvents) {
tellTarget (_parent._4) {
loadMovie("section4.swf");
}
}
onFrame (5, afterPlacedObjectEvents) {
tellTarget (_parent._5) {
loadMovie("section5.swf");
}
}
onFrame (6, afterPlacedObjectEvents) {
tellTarget (_parent._6) {
loadMovie("section6.swf");
}
}
  #4 (permalink)  
Antiguo 27/10/2010, 09:31
 
Fecha de Ingreso: octubre-2009
Mensajes: 299
Antigüedad: 14 años, 6 meses
Puntos: 2
Respuesta: Error botones

Y esto sale en el content:


onFrame (1, afterPlacedObjectEvents) {
tellTarget (_1) {
gotoAndStop("wait");
}
tellTarget (_2) {
gotoAndStop("wait");
}
tellTarget (_3) {
gotoAndStop("wait");
}
tellTarget (_4) {
gotoAndStop("wait");
}
tellTarget (_5) {
gotoAndStop("wait");
}
tellTarget (_6) {
gotoAndStop("wait");
}
}
onFrame (3, afterPlacedObjectEvents) {
stop();
}
onFrame (11, afterPlacedObjectEvents) {
play();
setLabel("section1");
tellTarget (_1) {
gotoAndPlay("play");
}
tellTarget (_2) {
gotoAndStop("wait");
}
tellTarget (_3) {
gotoAndStop("wait");
}
tellTarget (_4) {
gotoAndStop("wait");
}
tellTarget (_5) {
gotoAndStop("wait");
}
tellTarget (_6) {
gotoAndStop("wait");
}
}
onFrame (26, afterPlacedObjectEvents) {
stop();
}
onFrame (27, afterPlacedObjectEvents) {
setLabel("section2");
tellTarget (_1) {
gotoAndStop("wait");
}
tellTarget (_2) {
gotoAndPlay("play");
}
tellTarget (_3) {
gotoAndStop("wait");
}
tellTarget (_4) {
gotoAndStop("wait");
}
tellTarget (_5) {
gotoAndStop("wait");
}
tellTarget (_6) {
gotoAndStop("wait");
}
}
onFrame (42, afterPlacedObjectEvents) {
stop();
}
onFrame (43, afterPlacedObjectEvents) {
setLabel("section3");
tellTarget (_1) {
gotoAndStop("wait");
}
tellTarget (_2) {
gotoAndStop("wait");
}
tellTarget (_3) {
gotoAndPlay("play");
}
tellTarget (_4) {
gotoAndStop("wait");
}
tellTarget (_5) {
gotoAndStop("wait");
}
tellTarget (_6) {
gotoAndStop("wait");
}
}
onFrame (58, afterPlacedObjectEvents) {
stop();
}
onFrame (59, afterPlacedObjectEvents) {
setLabel("section4");
tellTarget (_1) {
gotoAndStop("wait");
}
tellTarget (_2) {
gotoAndStop("wait");
}
tellTarget (_3) {
gotoAndStop("wait");
}
tellTarget (_4) {
gotoAndPlay("play");
}
tellTarget (_5) {
gotoAndStop("wait");
}
tellTarget (_6) {
gotoAndStop("wait");
}
}
onFrame (74, afterPlacedObjectEvents) {
stop();
}
onFrame (75, afterPlacedObjectEvents) {
setLabel("section5");
tellTarget (_1) {
gotoAndStop("wait");
}
tellTarget (_2) {
gotoAndStop("wait");
}
tellTarget (_3) {
gotoAndStop("wait");
}
tellTarget (_4) {
gotoAndStop("wait");
}
tellTarget (_5) {
gotoAndPlay("play");
}
tellTarget (_6) {
gotoAndStop("wait");
}
}
onFrame (90, afterPlacedObjectEvents) {
stop();
}
onFrame (91, afterPlacedObjectEvents) {
setLabel("section6");
tellTarget (_1) {
gotoAndStop("wait");
}
tellTarget (_2) {
gotoAndStop("wait");
}
tellTarget (_3) {
gotoAndStop("wait");
}
tellTarget (_4) {
gotoAndStop("wait");
}
tellTarget (_5) {
gotoAndStop("wait");
}
tellTarget (_6) {
gotoAndStop("play");
}
}
onFrame (106, afterPlacedObjectEvents) {
stop();
}
  #5 (permalink)  
Antiguo 28/10/2010, 00:59
 
Fecha de Ingreso: octubre-2009
Mensajes: 299
Antigüedad: 14 años, 6 meses
Puntos: 2
Respuesta: Error botones

¿Nadie me puede ayudar?

Etiquetas: botones
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 07:45.