Comunidad de diseño web y desarrollo en internet online

al hacer clic en movieclip...

Citar            
MensajeEscrito el 27 Abr 2010 10:14 pm
hola, en esta oportunidad me presento ante ustedes con una pregunta que no he podido solucionar,

lo que quiero lograr es que al hacer clic en un MOVIECLIP O CLIP DE PELICULA otro movieclip AVANZE UN FOTOGRAMA, osea: esquematicamente representado seria esto:


( MC1 ) al hacer clic: ( MC2 ) avanza un forograma


( MC3 ) al hacer clic: ( MC2 ) avanza otro forograma


( MC4 ) al hacer clic: ( MC2 ) avanza otro forograma


( MC5 ) al hacer clic: ( MC2 ) avanza otro forograma

¿como haría esto?

Por santirekapo90

68 de clabLevel



 

chrome
Citar            
MensajeEscrito el 28 Abr 2010 12:33 am
algo asi?

Código ActionScript :

MC2.stop();
function sigFrame() {
   MC2.gotoAndStop(MC2.nextFrame());
}
MC1.onRelease = MC3.onRelease = MC4.onRelease = MC5.onRelease = function (){
sigFrame();
}

Por tribak

Claber

2448 de clabLevel

6 tutoriales

Genero:Masculino   Héroes

Fotógrafo o algo

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.