# Animate movieclip

**URL:** https://forum.kirupa.com/t/animate-movieclip/216455
**Category:** Uncategorized
**Created:** [February 16, 2007, 5:11pm UTC](https://forum.kirupa.com/t/animate-movieclip/216455 "2007-02-16T17:11:13Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Terry\_elekes](https://avatars.discourse-cdn.com/v4/letter/t/8baadc/32.png) [@Terry\_elekes](https://forum.kirupa.com/u/Terry_elekes)
#### Post date: [February 16, 2007, 5:11pm UTC](https://forum.kirupa.com/t/animate-movieclip/216455/1 "2007-02-16T17:11:13Z")

</div>

onClipEvent (enterFrame) {  
if (\_root.\_xmouse\<286) {  
myClip\_mc.\_x+=5;  
}  
}  
I have this action script on the movieclip and when i test it the movieclip does not move.  
Just learnig and could use some help Thanks
