# \*\*Button help...on release..movie clip\*\*

**URL:** https://forum.kirupa.com/t/button-help-on-release-movie-clip/123689
**Category:** Uncategorized
**Created:** [September 26, 2004, 6:31am UTC](https://forum.kirupa.com/t/button-help-on-release-movie-clip/123689 "2004-09-26T06:31:28Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![nuchyld7](https://avatars.discourse-cdn.com/v4/letter/n/bcef8e/32.png) [@nuchyld7](https://forum.kirupa.com/u/nuchyld7)
#### Post date: [September 26, 2004, 6:31am UTC](https://forum.kirupa.com/t/button-help-on-release-movie-clip/123689/1 "2004-09-26T06:31:28Z")

</div>

Well, I’m working on my portfolio site, and Im working on the links right now. I have a link “home” heres the script for it.

on (rollOver) {  
gotoAndPlay(“homeover”)  
}  
on (rollOut) {  
gotoAndPlay(“homeout”)  
}

I have also made a movie clip on a different layer, that I want to play when you click on the “home” button. the movie clip is called home\_page

I thought the correct code would be this

on (rollOver) {  
gotoAndPlay(“homeover”)  
}  
on (rollOut) {  
gotoAndPlay(“homeout”)  
}  
on (press) {  
\_root.home\_page.gotoAndPlay(1);  
}

It says no script errors, but it fails to work. Can anyone help me? I hope to have my site up by this weekend.

Thanks in advancedd.
