# rollOut bug

**URL:** https://forum.kirupa.com/t/rollout-bug/136382
**Category:** Uncategorized
**Created:** [February 4, 2005, 9:32am UTC](https://forum.kirupa.com/t/rollout-bug/136382 "2005-02-04T09:32:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![amaze](https://avatars.discourse-cdn.com/v4/letter/a/13edae/32.png) [@amaze](https://forum.kirupa.com/u/amaze)
#### Post date: [February 4, 2005, 9:32am UTC](https://forum.kirupa.com/t/rollout-bug/136382/1 "2005-02-04T09:32:26Z")

</div>

Good morning all. I found several topics about my problem, but I didn’t find any answer.

Well, the thing is that, as you can see in the attached .swf file, if you rollOut fast from a button, the on (rollOut) doesn’t work and the movieclip stays @@ the rollOver state. :puzzled:

I use a movie clip where I put a button with this code:

**frame 1** :

on (rollOver) {  
gotoAndPlay(2);  
}  
on (rollOut) {  
gotoAndPlay(11);  
}

**frame 2-10** :

on (rollOut) {  
gotoAndPlay(11);  
}

**frame 11-18** :

on (rollOver) {  
gotoAndPlay(2);  
}

Thanks all!
