# Targeting question

**URL:** https://forum.kirupa.com/t/targeting-question/236487
**Category:** Uncategorized
**Created:** [August 21, 2007, 12:29pm UTC](https://forum.kirupa.com/t/targeting-question/236487 "2007-08-21T12:29:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![darkstyle](https://avatars.discourse-cdn.com/v4/letter/d/a5b964/32.png) [@darkstyle](https://forum.kirupa.com/u/darkstyle)
#### Post date: [August 21, 2007, 12:29pm UTC](https://forum.kirupa.com/t/targeting-question/236487/1 "2007-08-21T12:29:38Z")

</div>

Hi friends,  
this question might sound silly to everyone but i am really curious.

On the main scene , Layer 1 , Frame 1  
i have a movie clip , Instance name : “helloBrother”  
Now if i want to go inside the helloBrother movieClip from another movieClip , i write

```php
_root.helloBrother.gotoAndPlay("watever");

```

but if i have the "helloBrother movie on Layer1, **Frame 20**  
How will i call???
