# Playing MC on button Over state and onRollover

**URL:** https://forum.kirupa.com/t/playing-mc-on-button-over-state-and-onrollover/154824
**Category:** flash
**Created:** [July 13, 2005, 12:45am UTC](https://forum.kirupa.com/t/playing-mc-on-button-over-state-and-onrollover/154824 "2005-07-13T00:45:18Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![redheadhel](https://avatars.discourse-cdn.com/v4/letter/r/848f3c/32.png) [@redheadhel](https://forum.kirupa.com/u/redheadhel)
#### Post date: [July 13, 2005, 12:45am UTC](https://forum.kirupa.com/t/playing-mc-on-button-over-state-and-onrollover/154824/1 "2005-07-13T00:45:18Z")

</div>

Hi  
I have some buttons that have the following simple AS to move an image on the stage to a particular position when the button is rolled over:  
on (rollOver) {  
\_root.go = 75;  
\_root.sub = 1;  
}

In addition to this, on the Over state of that button I need to place a movieclip on the stage to be played, however when I preview the movie this movie clip doesn’t play…

Any ideas how I can get this working?  
Thanks!
