# Movie Clip Button Linking

**URL:** https://forum.kirupa.com/t/movie-clip-button-linking/191723
**Category:** flash
**Created:** [June 22, 2006, 2:57pm UTC](https://forum.kirupa.com/t/movie-clip-button-linking/191723 "2006-06-22T14:57:34Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mmak](https://avatars.discourse-cdn.com/v4/letter/m/cc9497/32.png) [@mmak](https://forum.kirupa.com/u/mmak)
#### Post date: [June 22, 2006, 2:57pm UTC](https://forum.kirupa.com/t/movie-clip-button-linking/191723/1 "2006-06-22T14:57:34Z")

</div>

I’m using the .fla file from: [http://www.kirupa.com/developer/mx2004/button\_effect.htm](http://www.kirupa.com/developer/mx2004/button_effect.htm)

Instead of linking to a URL, how can I link to a frame in the current scene? I know I need to alter this code:

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