Need help with AS!

Hello everyone!

I’m a newbie and I’m only a beginner in dealing with actionscripting. I have a problem with my movieclip because what I intend to do is when u rollover the movieclip the animation plays and when u click it, it must go to the specific website.

what i did was I converted the movieclip to a button then put this AS code on it.

on (release) {
get URL (http://www.url.com, _blank);
}

It states that my script contains no error but it doesn’t seem to work. :d:

Can someone help me with this?

Thank you and I would appreciate any advice or suggestions. :rambo: