Ver Mensaje Individual
  #1 (permalink)  
Antiguo 22/02/2002, 10:43
fishbone
 
Fecha de Ingreso: febrero-2002
Mensajes: 1
Antigüedad: 22 años, 1 mes
Puntos: 0
urgente ayuda con ActionScript, plis!!

Hola,
Soy renovato en flash 5 pero asi y todo me lancé a trabajar en un menu y me perdi con el AS...no logro hacer algo tan básico como crear un link a otra web desde cada boton...
please ayuda...
desde ya gracias!!
raulon

ClipEvent (load) {
num = 11;
rubrik = "Somos";
;
}

#aquí es donde me perdí...
onClipEvent (mouseDown) {
getURL ("http://www.urracas-emaus.cl/somos.html", "_blank");
}
onClipEvent (enterFrame) {
if ((_root.j[num]>0) && (_root.j[num]<=180)) {
this._alpha = ((-_root.j[num])*0.55)*-1;
} else if ((_root.j[num]<360) && (_root.j[num]>180)) {
this._alpha=(360-_root.j[num])*0.55;
}
var radian = (_root.i[num]*3.14159265358979)/180;
this._x = (Math.cos(radian)*_root.radius)+_root.posx;
this._y = this._y+((_root.posy-this._y)*0.03);
gotoAndStop (_root.hit(this._alpha));
updateAfterEvent();
}

por si te animas más, igual te mando el swf:
http://www.urracas-emaus.cl/index2.htm
gracias de nuevo