Making A Button work [MX 2004]

:S ok im wondering how to make a button bring up a new website with getURL… is it something like onRelease? not sure kinda new to this… Thanks

on (release) {
getURL(“http://www.websitename.htm”);
}

Adam

Eeek… but how would i do this with multiple buttons? the output box keeps saying bad things

The only way I know is to actually put this on each button, but maybe someone here has a better way…sorry.

Adam