Ver Mensaje Individual
  #5 (permalink)  
Antiguo 29/11/2006, 07:58
mrm
 
Fecha de Ingreso: noviembre-2006
Mensajes: 6
Antigüedad: 17 años, 4 meses
Puntos: 0
en el primer fotograma tengo:

stop();
a.onRelease = function(){
venimosPor = "boton1";
gotoAndPlay(2);
}
b.onRelease = function(){
venimosPor = "boton2";
gotoAndPlay(2);
}

en el último, el fotograma 10:

stop();
if(venimosPor == "boton1"){
gotoAndPlay("Escena 2")
}else if(venimosPor == "boton2"){
gotoAndPlay("Escena 3")
}

no funciona