Hi,
I have sued buttons within movie clips many times, but for some reason they are not linking to specific scenes properly.

I have a movie clip in a scene named "main". In this movie clip I have two buttons. Within the main swf(fla) I have another scene named "about". It does not link when using the following code...

on(release) {
_root.gotoAndPlay("about");
}

Am I doing something wrong??

Thanks