# \[FMX\]Button Stuck

**URL:** https://forum.kirupa.com/t/fmx-button-stuck/110925
**Category:** Uncategorized
**Created:** [May 21, 2004, 1:40am UTC](https://forum.kirupa.com/t/fmx-button-stuck/110925 "2004-05-21T01:40:02Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![cki](https://avatars.discourse-cdn.com/v4/letter/c/85f322/32.png) [@cki](https://forum.kirupa.com/u/cki)
#### Post date: [May 21, 2004, 1:40am UTC](https://forum.kirupa.com/t/fmx-button-stuck/110925/1 "2004-05-21T01:40:02Z")

</div>

Hi All,

I have a movie clip as a button, in the \_Over state there is another layer with a nested movie clip. This nested clip has a stop(); on the first frame and a “start” label on a labels layer on the second frame. When the first movie clip is rolled over it should gotoAndPlay(“start”). It doesn’t the playback head in the nested clip does not advance beyond the first frame stop action,I inserted a blank keyframe after the stop() and still nothing. What did I goof. below is the path to the clip in question

events\_mc.onRollOver = function() {  
events\_mc.eyeEvents\_mc.eventsText\_mc.gotoAndPlay(“start”);  
};
