# Complex Button RollOver/RollOut Effects - linking problem

**URL:** https://forum.kirupa.com/t/complex-button-rollover-rollout-effects-linking-problem/190765
**Category:** Uncategorized
**Created:** [June 14, 2006, 3:52pm UTC](https://forum.kirupa.com/t/complex-button-rollover-rollout-effects-linking-problem/190765 "2006-06-14T15:52:51Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![MissEmmaLee](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/missemmalee/32/2498_2.png) [@MissEmmaLee](https://forum.kirupa.com/u/MissEmmaLee)
#### Post date: [June 14, 2006, 3:52pm UTC](https://forum.kirupa.com/t/complex-button-rollover-rollout-effects-linking-problem/190765/1 "2006-06-14T15:52:51Z")

</div>

Hey there…  
First off…and first post. Thanks for everything on this site!

I am using the code the Complex RollOver/Out effect ([http://www.kirupa.com/developer/mx2004/button\_effect.htm](http://www.kirupa.com/developer/mx2004/button_effect.htm)) and  
how ever, the GetUrl works fine, but what I’m trying to do is go to a frame, for some reason, when I switch out the Get Url code, with a gotoandPlay command, it’s not working.

See below…

THIS DOESN’T WORK…☹

this.onRelease = function(){

gotoAndplay(41);

}

BUT THIS DOES…:h:

this.onRelease = function(){

getURL(“[http://www.kirupa.com](http://www.kirupa.com)”,"\_blank");

}

[FONT=Arial][SIZE=2][FONT=Verdana][SIZE=4][COLOR=#003366][/COLOR][/SIZE][/FONT][/SIZE][/FONT]
