MOJOJO
Grünschnabel
Hallo !
Ich hätte ein Anliegen und bin schon am verzweifeln
Habe die Datei: fsradial.fla runtergeladen und möchte nun einen Link zu einer HTML Seite auf einen Button setzen, wie funktioniert dies ? (Flash 2004 MX)
SCHON IM VORAUS VIELEN DANK FÜR EURE BEMÜHUNGEN
Code (öffnet sich nur Mail):
onClipEvent (load) {
num = 11;
rubrik = "Gallerie";
film = "mailto:test@test.com";
}
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();
}
Code (tut sich nix):
onClipEvent (load) {
num = 11;
rubrik = "Gallerie";
film = "gallerie.swf";
}
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();
}
Ich hätte ein Anliegen und bin schon am verzweifeln
Habe die Datei: fsradial.fla runtergeladen und möchte nun einen Link zu einer HTML Seite auf einen Button setzen, wie funktioniert dies ? (Flash 2004 MX)
SCHON IM VORAUS VIELEN DANK FÜR EURE BEMÜHUNGEN
Code (öffnet sich nur Mail):
onClipEvent (load) {
num = 11;
rubrik = "Gallerie";
film = "mailto:test@test.com";
}
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();
}
Code (tut sich nix):
onClipEvent (load) {
num = 11;
rubrik = "Gallerie";
film = "gallerie.swf";
}
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();
}
Anhänge
Zuletzt bearbeitet: