Linking :S

hey guys… :smiley: im trying to make a flash site… but the linking is all messed up!! they dont work !! here’s the code that i used…

on (release) {
_root.gotoAndStop(“bio”); <-- name of the frame i wanna go to>
}

but it doesnt work !! nothing happens when i click the button… :S can any of you guys please help me out… ive been trying to solve this problem for hours now… lol :smiley: thanks! :smiley:

Hello nas,
It could be anything really. It’s very hard to tell without the fla :slight_smile:

if your button is on the main timeline there is no need for “_root”. you only need to input that when your refering to the main timeline from outside of it.

other than that your code is fine, it should work. make sure your frame label is correct