Ver Mensaje Individual
  #4 (permalink)  
Antiguo 14/05/2004, 08:37
sandracaeiro
 
Fecha de Ingreso: mayo-2004
Mensajes: 13
Antigüedad: 19 años, 11 meses
Puntos: 1
Lo siento , no me di cuenta. Pero esto solo sirve para activarlo si esta en el mismo frame o linea del tiempo. Sigo teniendo el problema para activar dos botones que estan en lineas de tiempo distintas

on (press) {
tellTarget (clip1) {
gotoAndPlay("out");
}
tellTarget (clip2) {
gotoAndPlay("out");
}
l20.gotoAndPlay("in");
clip1 = "l20";
b20.gotoAndPlay("in");
clip2 = "b20";
getURL("javascript:Abrir('20a.html')");
}