# Referencing a movie clip within a button?

**URL:** https://forum.kirupa.com/t/referencing-a-movie-clip-within-a-button/131903
**Category:** Uncategorized
**Created:** [December 21, 2004, 3:45am UTC](https://forum.kirupa.com/t/referencing-a-movie-clip-within-a-button/131903 "2004-12-21T03:45:18Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![cliffy](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/cliffy/32/234_2.png) [@cliffy](https://forum.kirupa.com/u/cliffy)
#### Post date: [December 21, 2004, 3:45am UTC](https://forum.kirupa.com/t/referencing-a-movie-clip-within-a-button/131903/1 "2004-12-21T03:45:18Z")

</div>

i have a button that has a movie clip in it. I would like to play the movieClip on the rollOver event, but I can’t get it to play. Here is what I hae got

on(rollOver) {  
\_root.myProjects\_btn.folderZoom\_mc.gotoAndPlay(“start”);  
}

I have also tried but it didn’t work either

on(rollOver) {  
this.folderZoom\_mc.gotoAndPlay(“start”);  
}

Thanks for the help
