Erpeor
Usuario Novato
Usuario Novato

hola, quería haceros una pregunta, la cosa es que estoy creando una web con Flash 8. Estoy aún en el principio y quiero conseguir que pulsando un botón aparezca una imagen. Tengo 5 botones y 5 imagenes diferentes. Cada imagen se llama Home, About Us, Videos, Partners y Contact en ese orden y los botones se llaman b1, b2,b3,b4y b5. A cada botón lo he convertido en simbolo y como etiqueta les he llamado pic1, pic2, pic3,pic4 y pic5. La cosa es que cuando tengo este código pulsando en el boton 1(pic1-me aparece la imagen Home por lo tanto perfecto), cuando pulso boton  (pic2-me sale la imagen About us, por lo cual hasta aquí no hay problema) pero al cliquear en los botones 3, 4 y 5, no ocurre nada, ¿me podéis ayudar? Gracias.

Aquí les dejo el código.

b1.link_mc.MyText_txt_.text="Home";

b2.link_mc.MyText_txt_.text="About Us";

b3.link_mc.MyText_txt_.text="Videos";

b4.link_mc.MyText_txt_.text="Partners";

b5.link_mc.MyText_txt_.text="Contact";

b1.onRollOver=function() {

b1.gotoAndPlay(2);

}

b1.onRollOut=function() {

b1.gotoAndPlay(11);

}

b1.onRelease=function() {

pic1.swapDepths(pic1._parent.getNextHighestDepth());

pic1.mask1_mc.gotoAndPlay(1);

}

b2.onRollOver=function() {

b2.gotoAndPlay(2);

}

b2.onRollOut=function() {

b2.gotoAndPlay(11);

}

b2.onRelease=function() {

pic2.swapDepths(pic2._parent.getNextHighestDepth());

pic2.mask2_mc.gotoAndPlay(1);

}

b3.onRollOver=function() {

b3.gotoAndPlay(2);

}

b3.onRollOut=function() {

b3.gotoAndPlay(11);

}

b3.onRelease=function() {

pic3.swapDepths(pic3._parent.getNextHighestDepth());

pic3.mask3_mc.gotoAndPlay(1);

}

b4.onRollOver=function() {

b4.gotoAndPlay(2);

}

b4.onRollOut=function() {

b4.gotoAndPlay(11);

}

b4.onRelease=function() {

pic4.swapDepths(pic4._parent.getNextHighestDepth());

pic4.mask4_mc.gotoAndPlay(1);

}

b5.onRollOver=function() {

b5.gotoAndPlay(2);

}

b5.onRollOut=function() {

b5.gotoAndPlay(11);

}

b5.onRelease=function() {

pic5.swapDepths(pic5._parent.getNextHighestDepth());

pic5.mask5_mc.gotoAndPlay(1);

}

ATENCIÓN: Este tema no tiene actividad desde hace más de 6 MESES,
te recomendamos abrir un nuevo tema en lugar de responder al actual
Opciones:
Ir al subforo:
Permisos:
TU NO PUEDES Escribir nuevos temas
TU NO PUEDES Responder a los temas
TU NO PUEDES Editar tus propios mensajes
TU NO PUEDES Borrar tus propios mensajes
Temas similares
No se han encontrado temas similares