# Can't figure this out

**URL:** https://forum.kirupa.com/t/cant-figure-this-out/56460
**Category:** flash
**Created:** [July 4, 2004, 5:23pm UTC](https://forum.kirupa.com/t/cant-figure-this-out/56460 "2004-07-04T17:23:08Z")
**Posts on this page:** 14
**Page:** 1

<div class="post-metadata">

### Author: ![Jisetsu](https://avatars.discourse-cdn.com/v4/letter/j/839c29/32.png) [@Jisetsu](https://forum.kirupa.com/u/Jisetsu)
#### Post date: [July 4, 2004, 5:23pm UTC](https://forum.kirupa.com/t/cant-figure-this-out/56460/1 "2004-07-04T17:23:08Z")

</div>

Im a newb with Flash MX 2004. basically the only thing i know how to do is a motion tween… O.o I want to know how to stop playing something at the end of 35 frames or so so it doesn’t loop. please help

---

<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 4, 2004, 5:31pm UTC](https://forum.kirupa.com/t/cant-figure-this-out/56460/2 "2004-07-04T17:31:19Z")

</div>

on the main timeline, click on frame 35. Open you actions panel and put this:

```auto
stop();

```

---

<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 4, 2004, 5:51pm UTC](https://forum.kirupa.com/t/cant-figure-this-out/56460/3 "2004-07-04T17:51:19Z")

</div>

Thank you tons!!!

---

<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 4, 2004, 5:59pm UTC](https://forum.kirupa.com/t/cant-figure-this-out/56460/4 "2004-07-04T17:59:26Z")

</div>

ok i do that, but when i put that in that frame, all the other frames stop as well, how do i get the other frames to loop? while having that one frame stopped?

---

<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 4, 2004, 6:16pm UTC](https://forum.kirupa.com/t/cant-figure-this-out/56460/5 "2004-07-04T18:16:55Z")

</div>

If you’ve got a bunch of seperate animations going on your main timeline, you can’t stop just one. You’re best off to put them all in seperate Movie Clips. I’ll do you a quick example up.

Adam

---

<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 4, 2004, 6:23pm UTC](https://forum.kirupa.com/t/cant-figure-this-out/56460/6 "2004-07-04T18:23:22Z")

</div>

Ok, here you go. Each Movie Clip has it’s own timeline, so you can manipulate them individually ie. stop() one if you want to and let the others continue to play. If you want to make your animations individual movie clips, click on the first frame of that layer in your main timeline, drag/highlight to the end of your layer, right click on the highlighted part, click “cut frames”. Click Insert\>New Symbol make it a movie clip, right click in the first frame of the new movie clip, and click paste frames. This will make a new movie clip containing the animation your previously had in the main timeline. I suggest making sure you save your work before doing this, just to make sure you don’t lose anything while cutting and pasting frames.

Adam

---

<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 4, 2004, 6:41pm UTC](https://forum.kirupa.com/t/cant-figure-this-out/56460/7 "2004-07-04T18:41:51Z")

</div>

i am still confused. i don’t really know that much about flash

---

<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 4, 2004, 6:42pm UTC](https://forum.kirupa.com/t/cant-figure-this-out/56460/8 "2004-07-04T18:42:31Z")

</div>

i understand what you are saying but i don’t know how to do it

---

<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 4, 2004, 6:49pm UTC](https://forum.kirupa.com/t/cant-figure-this-out/56460/9 "2004-07-04T18:49:25Z")

</div>

so you are saying one of your movie clips is looping? or the entire movie? I was reading it as the movie. If you just want the clip to stop, then do as adam suggested, and open that clip, and put a stop in.

---

<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 4, 2004, 6:52pm UTC](https://forum.kirupa.com/t/cant-figure-this-out/56460/10 "2004-07-04T18:52:51Z")

</div>

i have five layers, three i want to keep on playing, and two i want to stop at the same time, when i do the stop(); command on one layer, everything stops.

---

<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 5, 2004, 1:14am UTC](https://forum.kirupa.com/t/cant-figure-this-out/56460/11 "2004-07-05T01:14:08Z")

</div>

is everything animated on teh main timeline or are you using movie clips for these 5 things? this will make all the difference.

---

<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 5, 2004, 2:57am UTC](https://forum.kirupa.com/t/cant-figure-this-out/56460/12 "2004-07-05T02:57:45Z")

</div>

you should post you flas

---

<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 5, 2004, 3:02am UTC](https://forum.kirupa.com/t/cant-figure-this-out/56460/13 "2004-07-05T03:02:54Z")

</div>

You can’t make isolated layers stop- other than just making a load of non-moving frames on one layer while the others still are animating.

---

<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 5, 2004, 3:30am UTC](https://forum.kirupa.com/t/cant-figure-this-out/56460/14 "2004-07-05T03:30:51Z")

</div>

if you post your .fla that would clarify a bit.
