# Linking buttons to a movieclip..?

**URL:** https://forum.kirupa.com/t/linking-buttons-to-a-movieclip/55234
**Category:** Uncategorized
**Created:** [June 22, 2004, 5:14am UTC](https://forum.kirupa.com/t/linking-buttons-to-a-movieclip/55234 "2004-06-22T05:14:59Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![tanvi](https://avatars.discourse-cdn.com/v4/letter/t/9de053/32.png) [@tanvi](https://forum.kirupa.com/u/tanvi)
#### Post date: [June 22, 2004, 5:14am UTC](https://forum.kirupa.com/t/linking-buttons-to-a-movieclip/55234/1 "2004-06-22T05:14:59Z")

</div>

hey hi all,  
i need a help pls  
pls understand this.  
i have a movie in which i have 3 movieclips…lets call them MC1, MC2, MC3.  
In this movie i have 3 buttons linking to respective movieclips.  
but the button does not show any action.  
so far i have the actionscript on the button is:

on (press)  
{  
targetPath(‘MC1’)  
}

pls help me as i am not very good with actionscript
