PDA

View Full Version : Making A Button work [MX 2004]



jw06
February 13th, 2004, 06:24 PM
: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

Adam
February 13th, 2004, 06:27 PM
on (release) {
getURL("http://www.websitename.htm");
}

Adam

jw06
February 13th, 2004, 07:32 PM
Eeek.. but how would i do this with multiple buttons? the output box keeps saying bad things

Adam
February 13th, 2004, 07:46 PM
The only way I know is to actually put this on each button, but maybe someone here has a better way...sorry.

Adam

UNFLUX
February 14th, 2004, 10:45 AM
you have to put that code on each button individually. You can't
lump that code onto more than one at a time or it thinks your
putting the actions on an MC...hence the errors probably.

copy, paste...simple solution. =)