Button + going to an url = easy?

Hey,

this is probably an easy want, i just want a button. and when i click on it i want to go to an url.
I know how to make a button, and i can insert an action what i have now is:

on (release) {
getURL(“http://www.google.com”, “_blank”);
}

but it doenst work yet, what do i have to add to make this work??
thanks, Wouter

wouter,
this should help: http://www.kirupa.com/developer/mx/hyperlink.asp