# Problems with a tellTarget

**URL:** https://forum.kirupa.com/t/problems-with-a-telltarget/140853
**Category:** Uncategorized
**Created:** [March 14, 2005, 11:04pm UTC](https://forum.kirupa.com/t/problems-with-a-telltarget/140853 "2005-03-14T23:04:17Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ultraloveninja](https://avatars.discourse-cdn.com/v4/letter/u/71e660/32.png) [@ultraloveninja](https://forum.kirupa.com/u/ultraloveninja)
#### Post date: [March 14, 2005, 11:04pm UTC](https://forum.kirupa.com/t/problems-with-a-telltarget/140853/1 "2005-03-14T23:04:17Z")

</div>

i don’t know why this isn’t working.

i got a button. and when it’s pressed, i need it to go and play a frame in a movie clip.

i’ll test it and then when i click on it, i get this:

Target not found: Target=“whoweare” Base="\_level0.instance20.instance48.instance49"

this is the code that i am using:

on (press) {  
tellTarget (“whoweare”) {  
gotoAndPlay (51);  
}  
}

am i just stupid???
