# Problem with “blinking” movieclip rollovers

**URL:** https://forum.kirupa.com/t/problem-with-blinking-movieclip-rollovers/281378
**Category:** Uncategorized
**Created:** [February 8, 2009, 5:34pm UTC](https://forum.kirupa.com/t/problem-with-blinking-movieclip-rollovers/281378 "2009-02-08T17:34:08Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![lndlyb4](https://avatars.discourse-cdn.com/v4/letter/l/c77e96/32.png) [@lndlyb4](https://forum.kirupa.com/u/lndlyb4)
#### Post date: [February 8, 2009, 5:34pm UTC](https://forum.kirupa.com/t/problem-with-blinking-movieclip-rollovers/281378/1 "2009-02-08T17:34:08Z")

</div>

Hi,

I’ve created several buttons out of movie clips so that I can animate the button to grow and shrink on rollover and make an information screen appear on a different part of the web page. The animations seem to work fine, but I have this weird blinking when hovering over the edge of the movieclip/button.

You can view the problem here: [http://floramultimedia.com/musicGarden/slideshowProFiles/main/master\_wIntroAnimation.html](http://floramultimedia.com/musicGarden/slideshowProFiles/main/master_wIntroAnimation.html)

This is the code I have written into the actionscript for each movieclip/button.

function over() {  
this.gotoAndPlay(2);  
allemandeRollupDown.gotoAndPlay(2);

}

function out() {  
this.gotoAndPlay(21);  
allemandeRollupDown.gotoAndPlay(21);

}

function down() {  
\_root.gotoAndPlay (“allemande”)

}

I would appreciate any advice. Let me know if you need more detail.

thanks
