Ver Mensaje Individual
  #1 (permalink)  
Antiguo 05/11/2011, 11:51
Dr_Chichi
 
Fecha de Ingreso: septiembre-2006
Mensajes: 330
Antigüedad: 18 años, 2 meses
Puntos: 2
problema con menu en flash

hola tengo una menu hecho en flash le puse donde quiero qu eentre pero cuando entro el flash no entra hace todo pero no va al link este es el codigo

Código:
onClipEvent (load) {
	num = 1;
}
on (rollOver) {
	if (_root.link<>num) {
		this.gotoAndPlay("s1");
	}
}
on (releaseOutside, rollOut) {
	if (_root.link<>num) {
		this.gotoAndPlay("s2");
	}
}
on (release) {
	if (_root.link<>num) {
		_parent["but"+_root.link].gotoAndPlay("s2");
		_root.link = num;
		getURL("?");
	}
}