Tixiland
Erfahrenes Mitglied
Hi all,
ich hab mir da ein paar feine Links als MC's erstellt - leider komm ich nicht ganz drauf wie ich die Links innerhalb meiner FLA verwende.
Hier ist mal ein AS Besipiel:
onClipEvent (load) {
inhalt="Profil";
skal = 0;
}
onClipEvent (enterFrame) {
if (skal == 1) {
_xscale = _xscale + (200 - _xscale)/6;
_yscale = _yscale + (200 - _yscale)/6;
}
if (skal == 0) {
_xscale = _xscale + (100 - _xscale)/10;
_yscale = _yscale + (100 - _yscale)/10;
}
link.text = "Profil";
}
Tipps dazu wären großaritg,
Tixi
ich hab mir da ein paar feine Links als MC's erstellt - leider komm ich nicht ganz drauf wie ich die Links innerhalb meiner FLA verwende.
Hier ist mal ein AS Besipiel:
onClipEvent (load) {
inhalt="Profil";
skal = 0;
}
onClipEvent (enterFrame) {
if (skal == 1) {
_xscale = _xscale + (200 - _xscale)/6;
_yscale = _yscale + (200 - _yscale)/6;
}
if (skal == 0) {
_xscale = _xscale + (100 - _xscale)/10;
_yscale = _yscale + (100 - _yscale)/10;
}
link.text = "Profil";
}
Tipps dazu wären großaritg,
Tixi
