# tellTarget problem

**URL:** https://forum.kirupa.com/t/telltarget-problem/88120
**Category:** Uncategorized
**Created:** [April 26, 2005, 10:02pm UTC](https://forum.kirupa.com/t/telltarget-problem/88120 "2005-04-26T22:02:55Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![unchew](https://avatars.discourse-cdn.com/v4/letter/u/7ba0ec/32.png) [@unchew](https://forum.kirupa.com/u/unchew)
#### Post date: [April 26, 2005, 10:02pm UTC](https://forum.kirupa.com/t/telltarget-problem/88120/1 "2005-04-26T22:02:55Z")

</div>

Please help. I have a button inside a movieclip inside another movieclip that, when it is released, it changes the frame of the main movieclip. I am using tellTarget like this:

```auto
on(release){
tellTarget(_root.setpreguntas.gotoAndStop(nextFrame()));
}

```

the thing is that maybe it doesn’t work because the button is inside the movieclip which is going to change to another frame… could that be the problem?

“setpreguntas” is the main movieclip which contains another movieclip which contains the button with those actions.

Please reply as fast as possible.

Thanks 😜
