# Clip running wild. Help!

**URL:** https://forum.kirupa.com/t/clip-running-wild-help/58841
**Category:** flash
**Created:** [July 26, 2004, 4:32pm UTC](https://forum.kirupa.com/t/clip-running-wild-help/58841 "2004-07-26T16:32:12Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![tommytx](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/tommytx/32/221_2.png) [@tommytx](https://forum.kirupa.com/u/tommytx)
#### Post date: [July 26, 2004, 4:32pm UTC](https://forum.kirupa.com/t/clip-running-wild-help/58841/1 "2004-07-26T16:32:12Z")

</div>

Help! I can’t find anyway to stop this thing.

The clipevent moves the movieclip which is named mymovie\_mc (instance) right of the bottom of the stage and keeps going. I have tried all the items following the // but none of the have any effect on stopping this thing. How do I stop this thing. I have searched and found a lot of data on stopping the onEnterFrame, but can’t find anything on onClipEvent.

onClipEvent (enterFrame) {

```
_y += 5;

if (_y &gt; Stage.height) {

// delete this.onClipEvent(enterFrame);
// delete this.onEnterFrame;
// this.removeMovieClip();

}

```

}

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 27, 2004, 1:13am UTC](https://forum.kirupa.com/t/clip-running-wild-help/58841/2 "2004-07-27T01:13:29Z")

</div>

this.\_parent.unloadMovie(this);

put that instead of the commented lines.

–EP
