# A really embarassing question \>\<

**URL:** https://forum.kirupa.com/t/a-really-embarassing-question/167710
**Category:** Uncategorized
**Created:** [October 31, 2005, 8:31am UTC](https://forum.kirupa.com/t/a-really-embarassing-question/167710 "2005-10-31T08:31:37Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Blenderben](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/blenderben/32/74_2.png) [@Blenderben](https://forum.kirupa.com/u/Blenderben)
#### Post date: [October 31, 2005, 8:31am UTC](https://forum.kirupa.com/t/a-really-embarassing-question/167710/1 "2005-10-31T08:31:37Z")

</div>

ok how do i make a movie clip like a button but not actually swap it as a button?

i tried this…

```auto
onClipEvent (MouseDown) {
 getURL("http://www.blah.com", _blank);
}

```

the problem with this is that if i mousedown on ANY MOVIECLIP it will take me to [www.blah.com](http://www.blah.com)

how can i make it so that only ONE specific Movieclip will take you to a certain address

i gotta apply this to about 20 other MCs that need to be emulated as buttons. \>\<
