Le super sigh

hmm.

this is the script for my button

on (release) {
tellTarget (“aktuel”) {
gotoAndStop(2);
}
}
on (release) {
tellTarget ("…/") {
gotoAndStop(“no2”);
}
}
on (release) {
tellTarget ("…/flyt") {
gotoAndStop(1);
}
}
on (release) {
tellTarget (“besoeg 2”) {
gotoAndStop(2);
}
}

now here is the dumbest question in the world. what do i use to link to a separate page and target?

I’ve tried getUrl to no avail. it’s three am and i am about to cry.

oh well, it wouldn’t have been the first time