[FMX] I need some help here

Hi everybody!
I’ve got a little problem. I found this awsome tutorial to create an animated button on this page (http://www.kirupa.com/developer/mx2004/button_effect.htm). Everything works fine, but now I want to link the button to a frame with text in it called “text” in scene 1. So I tried it instead of


[color=#0000d0]this[/color].[color=#0000d0]onRelease[/color] [color=#0000ff]=[/color] [color=#006610]function[/color][color=#0000ff](){[/color] [color=#0000d0]getURL[/color][color=#0000ff]([/color][color=#666666]"http://www.kirupa.com"[/color],[color=#666666]"_blank"[/color][color=#0000ff])[/color]; [color=#0000ff]}[/color] 

with


[color=#0000d0]this[/color].[color=#0000d0]onRelease[/color] [color=#0000ff]=[/color] [color=#006610]function[/color][color=#0000ff](){[/color] [color=#0000d0]gotoAndPlay("scene 1, text");[/color][color=#0000ff]}[/color] 

This doesn’t work and I bet it’s so wrong that it makes everybody who has a clue about ActionScript cry, but since it’s my first flashpage…

Thank you for your help
mfg
clb