Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/06/2009, 09:47
Avatar de Bandit
Bandit
Moderador
 
Fecha de Ingreso: julio-2003
Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 20 años, 10 meses
Puntos: 406
Respuesta: GetURL en un clip dentro de otro MC

Hola jorge Ramirez:

Elimina ese botón ss y el código de la capa 3 del MC Símbolo 9 escríbelo así:
Código:
b1.onRollOver=function(){
	this.gotoAndPlay(2);
}
b1.onRollOut=function(){
	this.gotoAndPlay(11);
}
b1.onPress = function() {
	getURL("http://www.playgolf.cl/","_self");
}
Espero haberte sido de ayuda.
__________________
Bandit.
Si no sabes estudia y si sabes enseña.
http://www.banditwebdesign.com/