# Seems Like I need you guys once again!

**URL:** https://forum.kirupa.com/t/seems-like-i-need-you-guys-once-again/54384
**Category:** Uncategorized
**Created:** [June 14, 2004, 5:37am UTC](https://forum.kirupa.com/t/seems-like-i-need-you-guys-once-again/54384 "2004-06-14T05:37:17Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![JCUSE](https://avatars.discourse-cdn.com/v4/letter/j/e8c25b/32.png) [@JCUSE](https://forum.kirupa.com/u/JCUSE)
#### Post date: [June 14, 2004, 5:37am UTC](https://forum.kirupa.com/t/seems-like-i-need-you-guys-once-again/54384/1 "2004-06-14T05:37:17Z")

</div>

Thank you all for all your prior help, without you I wouldnt have as much as I have got done.

[www.totalchaosrecords.com](http://www.totalchaosrecords.com)

THANKS Kirupa forums and everyone registered for helping me get that much of my site done!!!

Well for my new problem… Im trying to make a movie go from scene 1 to scene two by clicking on a button but I keep getting the error message

" [color=navy] **Error** Scene=Scene 1, layer=Buttons, frame=10:Line 4: Statement must appear within on handler  
music\_btn.onRelease = function (){[/color] "

Anyone think they can help me?

Here is the action code in my button

```auto
//This script takes the user to Scene 2 when goScene_btn is released
music_btn.onRelease = function (){
  gotoAndStop("Scene 2", 1);
};

```
