# Targeting movie clips

**URL:** https://forum.kirupa.com/t/targeting-movie-clips/2964
**Category:** Uncategorized
**Created:** [February 26, 2002, 1:34am UTC](https://forum.kirupa.com/t/targeting-movie-clips/2964 "2002-02-26T01:34:41Z")
**Posts on this page:** 4
**Page:** 1

<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: [February 26, 2002, 1:34am UTC](https://forum.kirupa.com/t/targeting-movie-clips/2964/1 "2002-02-26T01:34:41Z")

</div>

Ok, here’s the deal. I have a MC in a MC, but i want to target the middle MC.\r\rMainStage -\> Clock -\> clock(art)\r\r\rthere is a button on “clock(art)” i want it to target “Clock” to animate. i know the root function should target the mainstage…how can i target that middle MC?

---

<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: [February 26, 2002, 1:39am UTC](https://forum.kirupa.com/t/targeting-movie-clips/2964/2 "2002-02-26T01:39:06Z")

</div>

either \_parent or \_root.clock should 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: [February 26, 2002, 1:43am UTC](https://forum.kirupa.com/t/targeting-movie-clips/2964/3 "2002-02-26T01:43:02Z")

</div>

@#%$ that was fast. ok thanks supra…i wasn’t sure if root was just for targeting main stage or what. thanks.

---

<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: [February 26, 2002, 6:26am UTC](https://forum.kirupa.com/t/targeting-movie-clips/2964/4 "2002-02-26T06:26:25Z")

</div>

I’d use the parent method though. In the case of \_parent, if you choose to place this clock, the whole thing that is, inside any other movie clip, the \_root will not exactly work correctly.\r\rIt’s kind of like going backwards up the string of mc names instead of going to the beginning and then working your way forward.
