# Complex button: gotoURL?

**URL:** https://forum.kirupa.com/t/complex-button-gotourl/199460
**Category:** flash
**Created:** [September 2, 2006, 6:34pm UTC](https://forum.kirupa.com/t/complex-button-gotourl/199460 "2006-09-02T18:34:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Ingrid84](https://avatars.discourse-cdn.com/v4/letter/i/5f9b8f/32.png) [@Ingrid84](https://forum.kirupa.com/u/Ingrid84)
#### Post date: [September 2, 2006, 6:34pm UTC](https://forum.kirupa.com/t/complex-button-gotourl/199460/1 "2006-09-02T18:34:46Z")

</div>

Hi everybody!

I used a little script from this website to make a button with rollover/roll-out effects ([http://www.kirupa.com/developer/mx2004/button\_effect.htm](http://www.kirupa.com/developer/mx2004/button_effect.htm)).  
In the end of the script, it says:

this.onRelease = function(){  
getURL(“[http://www.kirupa.com","\_blank](http://www.kirupa.com)”);

Now I want the button not to follow an external link, but to go to a specific frame number further in my movie. But I can’t get it (not with an extra normal button, not with gotoAndPlay(52) etc.).

Can anybody help me?

Thanks!  
Ingrid
