# Linking from a MC to main timeline?

**URL:** https://forum.kirupa.com/t/linking-from-a-mc-to-main-timeline/70936
**Category:** flash
**Created:** [November 19, 2004, 1:29am UTC](https://forum.kirupa.com/t/linking-from-a-mc-to-main-timeline/70936 "2004-11-19T01:29:06Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![B3NKobe](https://avatars.discourse-cdn.com/v4/letter/b/ce7236/32.png) [@B3NKobe](https://forum.kirupa.com/u/B3NKobe)
#### Post date: [November 19, 2004, 1:29am UTC](https://forum.kirupa.com/t/linking-from-a-mc-to-main-timeline/70936/1 "2004-11-19T01:29:06Z")

</div>

Just wondering if any one had a quick bit of script that enables you to click a link that is in a Movie Clip and so that it goes to and plays a frame in the main timeline??

Iv got the normal script: on (release){  
gotoAndPlay(1);  
}

do I need to add \_root. ??
