# Silly question

**URL:** https://forum.kirupa.com/t/silly-question/119073
**Category:** Uncategorized
**Created:** [August 11, 2004, 8:57am UTC](https://forum.kirupa.com/t/silly-question/119073 "2004-08-11T08:57:10Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![morse](https://avatars.discourse-cdn.com/v4/letter/m/bbce88/32.png) [@morse](https://forum.kirupa.com/u/morse)
#### Post date: [August 11, 2004, 8:57am UTC](https://forum.kirupa.com/t/silly-question/119073/1 "2004-08-11T08:57:10Z")

</div>

I just got MX2004, and perhaps something has changed…

I have a movie clip with animation inside, named lets say spike. The first frame of this movie clip contains stop(). On the main stage, the movie clip fades in, and then I want it to play. In my old MX, this was simple; on the main timeline I would put spike.play() in a frame corresponding to when I wanted the movie clip to play. However, this doesn’t seem to be the case with MX2004. I know I am overlooking some goofy detail, so could someone please point it out?

---

<div class="post-metadata">

### Author: ![andr\_in](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/andr_in/32/37_2.png) [@andr\_in](https://forum.kirupa.com/u/andr_in)
#### Post date: [August 11, 2004, 9:11am UTC](https://forum.kirupa.com/t/silly-question/119073/2 "2004-08-11T09:11:07Z")

</div>

It should be exactly the same… you must’ve forgotten something like the instance name or something

---

<div class="post-metadata">

### Author: ![morse](https://avatars.discourse-cdn.com/v4/letter/m/bbce88/32.png) [@morse](https://forum.kirupa.com/u/morse)
#### Post date: [August 11, 2004, 2:43pm UTC](https://forum.kirupa.com/t/silly-question/119073/3 "2004-08-11T14:43:43Z")

</div>

But i haven’t :sigh:

---

<div class="post-metadata">

### Author: ![newhopekenny](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/newhopekenny/32/317_2.png) [@newhopekenny](https://forum.kirupa.com/u/newhopekenny)
#### Post date: [August 11, 2004, 3:51pm UTC](https://forum.kirupa.com/t/silly-question/119073/4 "2004-08-11T15:51:40Z")

</div>

First, make EXTRA sure you’ve got an instance name (“spike”), then:

```auto
spike.gotoAndPlay(2);

```

Place that where ever you want it to start playing. Assuming of course that the stop() is on frame 1 inside the spike MC, and that you want it to start playing after that (frame 2).

---

<div class="post-metadata">

### Author: ![morse](https://avatars.discourse-cdn.com/v4/letter/m/bbce88/32.png) [@morse](https://forum.kirupa.com/u/morse)
#### Post date: [August 11, 2004, 4:14pm UTC](https://forum.kirupa.com/t/silly-question/119073/5 "2004-08-11T16:14:52Z")

</div>

Yea, I tried that too, nothing. I must be doing something really obvious, wrong. Oh well, I’ll just make my life difficult and do it all by frames ☹

---

<div class="post-metadata">

### Author: ![sirtimbly](https://avatars.discourse-cdn.com/v4/letter/s/9f8e36/32.png) [@sirtimbly](https://forum.kirupa.com/u/sirtimbly)
#### Post date: [August 11, 2004, 5:30pm UTC](https://forum.kirupa.com/t/silly-question/119073/6 "2004-08-11T17:30:40Z")

</div>

are you using a screens/slides type of document? If so make sure that you arent using \_root. references.
