# Actionscript rollover help!

**URL:** https://forum.kirupa.com/t/actionscript-rollover-help/179172
**Category:** flash
**Created:** [February 17, 2006, 9:08am UTC](https://forum.kirupa.com/t/actionscript-rollover-help/179172 "2006-02-17T09:08:17Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mooooo](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/mooooo/32/2162_2.png) [@mooooo](https://forum.kirupa.com/u/mooooo)
#### Post date: [February 17, 2006, 9:08am UTC](https://forum.kirupa.com/t/actionscript-rollover-help/179172/1 "2006-02-17T09:08:17Z")

</div>

Hey guys,

Needing a wee bit of help with some actionscript; I’m in the process of building a fairly simple flash site ([link](http://artadict.base15.com)) and I’m having troubles with the buttons.

I followed the [‘[SIZE=2][COLOR=Black][FONT=Verdana]Complex[/FONT][/COLOR][/SIZE][FONT=Arial][SIZE=2][COLOR=Black] [FONT=Verdana]Button RollOver/RollOut Effects[/FONT][/COLOR][/SIZE][/FONT]’](http://www.kirupa.com/developer/mx2004/button_effect.htm) tutorial and, if you click the link you can see it works perfectly…except for one thing that is. As the function of the button I want them to:

```auto
gotoandplay("scene",frame)

```

but I’m not sure how to implement that into the code at the bottom for the button function:

```auto
[FONT=Arial][SIZE=2]this.onRelease = function(){ [/SIZE][/FONT] [FONT=Arial][SIZE=2]
                     getURL("http://www.kirupa.com","_blank");
 [/SIZE][/FONT][FONT=Arial][SIZE=2]} [/SIZE][/FONT]

```

I’ve tried various things, but nothing has seemed to work, I’ll post the .fla file if anyone needs that to help.

So, help anyone? 🙂
