# Problem with tell target

**URL:** https://forum.kirupa.com/t/problem-with-tell-target/26515
**Category:** Uncategorized
**Created:** [July 23, 2003, 7:24pm UTC](https://forum.kirupa.com/t/problem-with-tell-target/26515 "2003-07-23T19:24:58Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![nauds](https://avatars.discourse-cdn.com/v4/letter/n/fbc32d/32.png) [@nauds](https://forum.kirupa.com/u/nauds)
#### Post date: [July 23, 2003, 7:24pm UTC](https://forum.kirupa.com/t/problem-with-tell-target/26515/1 "2003-07-23T19:24:58Z")

</div>

Tell target doesnt work very well in MX, is there a newer way of telling a movie clip to play?

---

<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 23, 2003, 7:28pm UTC](https://forum.kirupa.com/t/problem-with-tell-target/26515/2 "2003-07-23T19:28:28Z")

</div>

tellTarget was out as of Flash 5 (but still used in Flash 5 for some reason)…

The new dot syntax method is…

targetClipYouWant.gotoAndPlay(frame)

---

<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 23, 2003, 7:39pm UTC](https://forum.kirupa.com/t/problem-with-tell-target/26515/3 "2003-07-23T19:39:16Z")

</div>

cool, so target.NameOfClip.gotoAndPlay(frame)

right?

---

<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 23, 2003, 7:51pm UTC](https://forum.kirupa.com/t/problem-with-tell-target/26515/4 "2003-07-23T19:51:58Z")

</div>

Think of it as describing the path to a movie clip you want to go to. Just like to go this specific thread the whole relative path is:  
[http://www.kirupaforum.com/forums/showthread.php?s=&threadid=29506](http://www.kirupaforum.com/forums/showthread.php?s=&threadid=29506)

So, if you have a movieClip in a movieClip, in another movieClip your would have this:

movieClip1.movieClip2.movieClip3.gotoAndPlay(1);

Regards,  
Viru.
