# Do you see anything wrong with this code?

**URL:** https://forum.kirupa.com/t/do-you-see-anything-wrong-with-this-code/168567
**Category:** flash
**Created:** [November 8, 2005, 9:42am UTC](https://forum.kirupa.com/t/do-you-see-anything-wrong-with-this-code/168567 "2005-11-08T09:42:18Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Oli\_G](https://avatars.discourse-cdn.com/v4/letter/o/f05b48/32.png) [@Oli\_G](https://forum.kirupa.com/u/Oli_G)
#### Post date: [November 8, 2005, 9:42am UTC](https://forum.kirupa.com/t/do-you-see-anything-wrong-with-this-code/168567/1 "2005-11-08T09:42:18Z")

</div>

I feel stupid posting this…

stop();

butOne\_btn.onRollOver=function(){  
butOne\_btn.gotoAndPlay(‘over’)  
}  
butOne\_btn.onRollOut=function(){  
butOne\_btn.gotoAndPlay(‘out’)  
}

butOne\_btn.onPress=function(){  
\_root.holder\_mc.loadMovie(‘intro.swf’,10)  
}

butTwo\_btn.onRollOver=function(){  
butTwo\_btn.gotoAndPlay(‘over’)  
}  
butTwo\_btn.onRollOut=function(){  
butTwo\_btn.gotoAndPlay(‘out’)  
}  
butTwo\_btn.onPress=function(){  
\_root.holder\_mc.loadMovie(‘intro.swf’,20)  
}

The buttons aren’t workin! They are on the timeline in an allButtons clip, each with instance names etc…

Any ideas?
