# How to stop movieclip on particular place

**URL:** https://forum.kirupa.com/t/how-to-stop-movieclip-on-particular-place/113938
**Category:** Uncategorized
**Created:** [June 23, 2004, 5:16am UTC](https://forum.kirupa.com/t/how-to-stop-movieclip-on-particular-place/113938 "2004-06-23T05:16:34Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![asifbhura](https://avatars.discourse-cdn.com/v4/letter/a/dbc845/32.png) [@asifbhura](https://forum.kirupa.com/u/asifbhura)
#### Post date: [June 23, 2004, 5:16am UTC](https://forum.kirupa.com/t/how-to-stop-movieclip-on-particular-place/113938/1 "2004-06-23T05:16:34Z")

</div>

Hi everyone

i want to be stopped my movieclip on particular place.

here given code

onClipEvent(enterFrame)  
{  
this.\_y -= 2;  
}

this code helps me to move movieclip. its ok but when it reaches 20 then i want to be stopped how can i do so ?

Please help me.

thanx in advance  
waiting
