ok how do i make a movie clip like a button but not actually swap it as a button?
i tried this…
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
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. ><