Okay let me see if I can explain this… This is a snippet of the code.
onClipEvent (load) {
        inhalt = “About”;
        text = “All youever wanted to know about me but was afraid to ask”;
        skal = 0;
}
onClipEvent (enterFrame) {
        if (skal == 1) {
                _y = _y+(30-_y)/6;
                _alpha = _alpha+(200-_alpha)/6;
        }
        if (skal == 0) {
                _y = _y+(125-_y)/10;
                _alpha = _alpha+(100-_alpha)/6;
        }
}
The menu works but when I want to use the geturl command it is inherited by all the instances. I want each instance when clicked to pull up a different url in the designated frame (this works thanks ya’ll). I have tried splitting the instances into separate mc, but they still seem to inherit the geturl from the first instance. I hope I did not confuse you guys. If you can help I would greatly appreciate it. Let me know if you need more info.
klar, kein problem! (inhalt?..german?..)
duplicate your clip in the library, then change the new ones getUrl.