# Trouble with movieclip effect

**URL:** https://forum.kirupa.com/t/trouble-with-movieclip-effect/41439
**Category:** Uncategorized
**Created:** [January 29, 2004, 1:25am UTC](https://forum.kirupa.com/t/trouble-with-movieclip-effect/41439 "2004-01-29T01:25:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![zao](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/zao/32/141_2.png) [@zao](https://forum.kirupa.com/u/zao)
#### Post date: [January 29, 2004, 1:25am UTC](https://forum.kirupa.com/t/trouble-with-movieclip-effect/41439/1 "2004-01-29T01:25:31Z")

</div>

I’m going to attach the .fla, once opened, it’s pretty self-explanatory after looking at the code on the MC’s.

Basically, when the mouse moves over the MC, I want the animation to play, however, it’s not.

```auto

onClipEvent (enterFrame) {
	onRollOver.gotoAndPlay("in");
}
onClipEvent (enterFrame) {
	onRollOut.gotoAndPlay("out");
}

```
