#1• primero he declarado la variable inici como boolean i la he iniciado con true. |
#2• Escrito originalmente por Orinalmania on (release){ if (inici==False){ gotoandplay(26); } if (inici==True){ inici=False; gotoandplay(2); } } prueba con el siguiente codgo el false y true en minusculas. inici = true; on (release){ if (inici == false){ gotoandplay(26); } if (inici == true){ inici = false; gotoandplay(2); }; desde el frame seria algo asi inici = true; tuBoton_btn.onRelease = function(){ if (inici == true){ inici = false; gotoandplay(2); }else{ gotoandplay(26); } }; Salludos |
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 | ||||
Tema | Usuarios | Respuestas | Visitas | Actividad |
---|---|---|---|---|
Por: anarkopankeke, el 16/Jun/2005, 02:34 | 3 | 2k | Jun/05 | |
Por: siriguilla140, el 22/May/2008, 15:35 | 5 | 2k | Aug/08 | |
Por: Ruben_qlc, el 04/Jul/2007, 12:53 | 0 | 2k | Jul/07 |