Comunidad de diseño web y desarrollo en internet online

boton para next frame

Citar            
MensajeEscrito el 04 Dic 2008 07:32 pm
Hola, estoy enloqueciendo.. tengo una mini galeria de 5 fotos (es un curriculum) y quiero un boton para pasar al siguiente fotograma que es donde esta la siguiente foto... he intentado varias cosas pero no pasa al siguiente, ni colocandole nombre al fotograma diciendole gotoAndPlay(xxx) :oops:

alguien me ayuda?

Por Amenlugo

9 de clabLevel



 

firefox
Citar            
MensajeEscrito el 04 Dic 2008 07:35 pm

Código ActionScript :

idboton.onRelease=function(){
nextFrame();
}

Por One

Claber

1488 de clabLevel

5 tutoriales

Genero:Masculino  

Programador Web

chrome
Citar            
MensajeEscrito el 16 Dic 2008 08:23 pm
:S que raro...

on(release)
{
nextFrame();
}

Esto pasa al siguiente frame sin problemas... =P

on(release)
{
gotoAndStop(2)
}

O cambiarle stop x play...

Por Juaniix

85 de clabLevel



 

firefox
Citar            
MensajeEscrito el 17 Dic 2008 06:47 am

Código :

idboton.onRelease=function(){ 
_parent.nextFrame(); 
} 

Por lalo_5_2000

11 de clabLevel



 

firefox
Citar            
MensajeEscrito el 18 Dic 2008 03:02 pm
apretas f8 creas el boton y dentro del boton en acciones pones :
on (release) {
nextFrame();
}

Por teclas

1 de clabLevel



 

firefox
Citar            
MensajeEscrito el 03 Jun 2011 05:20 pm
si lo ahces desde as con nombre de instancia

Código :

mc_1.onPress = function():Void
{
   this.nextFrame();
}

Por PrimoSaviSan

56 de clabLevel



 

firefox

 

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