Complex Button RollOut/RollOver Effects

Thank you for this great tutorial.

I have one question…
i would like to use these mc_buttons to navigate from scene to scene within my root movie. i know i need to replace the getURL…

[font=Arial][size=2]this.onRelease = function()
{[color=Red] [/color][/size][/font] [font=Arial][size=2][color=Red] getURL(“http://www.kirupa.com”,"_blank"[/color]); [/size][/font] [font=Arial][size=2]
}

I tried gotoAndPlay(scene, frame);
with no luck.

[/size][/font]do i need to target the root timeline? and how?

Thank you.

Kurt Lorenz