# Help, please!

**URL:** https://forum.kirupa.com/t/help-please/226871
**Category:** flash
**Created:** [May 24, 2007, 7:00pm UTC](https://forum.kirupa.com/t/help-please/226871 "2007-05-24T19:00:54Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![te4o](https://avatars.discourse-cdn.com/v4/letter/t/ecd19e/32.png) [@te4o](https://forum.kirupa.com/u/te4o)
#### Post date: [May 24, 2007, 7:00pm UTC](https://forum.kirupa.com/t/help-please/226871/1 "2007-05-24T19:00:54Z")

</div>

Hi guys,

I have this script for the buttons on my site:

stop();

this.onEnterFrame = function(){  
if(rewind == true){  
prevFrame();  
}  
}

this.onRollOver = function(){  
rewind = false;  
play();  
}

this.onRollOut = function(){  
rewind = true;  
}

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

can someone tell me how to make the buttons gotoAndPlay a frame on release. I tried replacing the getURL with gotoAndPlay, but unfortunately it didn’t work at all.  
Somebody help, please…
