Hi I know you can use the following code to make a button access a URL on release:
on (release) { getURL("url.com"); }
Just wondering if there is any other code or actionscript you can put on a movie clip so that on release, it accomplished the same thing?