Ver Mensaje Individual
  #5 (permalink)  
Antiguo 17/11/2006, 12:53
Avatar de interkram
interkram
 
Fecha de Ingreso: noviembre-2006
Ubicación: En Internet
Mensajes: 6
Antigüedad: 17 años, 5 meses
Puntos: 0
¿Que te parece utilzar una función?
te he hecho un ejemplo: en la capa del boton he puesto en las acciones del boton esto:

on(release){doble();}

y en el mismo fotograma de otra capa llamada acciones he puesto:

function doble(){
getURL("javascript:alert('Hola Amigo')");
getURL("index1.html");
}

A mi me funciona, espero que te valga.
Un Saludo:
InterKram