# Stop(); in first frame doesn't work. Why?

**URL:** https://forum.kirupa.com/t/stop-in-first-frame-doesnt-work-why/245295
**Category:** Uncategorized
**Created:** [November 28, 2007, 11:27am UTC](https://forum.kirupa.com/t/stop-in-first-frame-doesnt-work-why/245295 "2007-11-28T11:27:05Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![sumo](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/sumo/32/1950_2.png) [@sumo](https://forum.kirupa.com/u/sumo)
#### Post date: [November 28, 2007, 11:27am UTC](https://forum.kirupa.com/t/stop-in-first-frame-doesnt-work-why/245295/1 "2007-11-28T11:27:05Z")

</div>

Hi!

I sometimes run in to this weird problem where my stop(); frame doesn’t actually stop. I have a movieclip named NestingMc which I bring to the stage via actionscript. Inside my NestingMc I have a movieclip ChildMc. ChildMc has a timeline on it’s own and on the first keyframe of that timeline I have written a simple stop(); command. But my ChildMc doesn’t actually stop in the first frame it just plays to the next keyframe that has a stop(); command.

Anyone? 🙂
