# \[FMX\] I need some help here

**URL:** https://forum.kirupa.com/t/fmx-i-need-some-help-here/147563
**Category:** Uncategorized
**Created:** [May 11, 2005, 5:37pm UTC](https://forum.kirupa.com/t/fmx-i-need-some-help-here/147563 "2005-05-11T17:37:40Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![clb](https://avatars.discourse-cdn.com/v4/letter/c/d6d6ee/32.png) [@clb](https://forum.kirupa.com/u/clb)
#### Post date: [May 11, 2005, 5:37pm UTC](https://forum.kirupa.com/t/fmx-i-need-some-help-here/147563/1 "2005-05-11T17:37:40Z")

</div>

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](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

```auto

[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

```auto

[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
