# I need help with target paths

**URL:** https://forum.kirupa.com/t/i-need-help-with-target-paths/174446
**Category:** Uncategorized
**Created:** [January 5, 2006, 8:05pm UTC](https://forum.kirupa.com/t/i-need-help-with-target-paths/174446 "2006-01-05T20:05:17Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![benjamikeo](https://avatars.discourse-cdn.com/v4/letter/b/b782af/32.png) [@benjamikeo](https://forum.kirupa.com/u/benjamikeo)
#### Post date: [January 5, 2006, 8:05pm UTC](https://forum.kirupa.com/t/i-need-help-with-target-paths/174446/1 "2006-01-05T20:05:17Z")

</div>

Let’s say I have a button on the main timeline. Now, how do I get that button, when pressed, to take me to, lets say frame 70 inside a particular movie clip that also resides on the main timeline?

When I press the button, nothing happens. Here is the scripting that I am using for my button that sits on the main timeline:

return1\_mc.onRelease = function() {  
whySponsor\_mc.gotoAndPlay(90);  
};

Can someone help? Thanks!
