As above really...
Im sure its some simple scripting, but can anyone let me in on the secret..?
I just want to add web links to mc buttons...
Cheers Nick
Printable View
As above really...
Im sure its some simple scripting, but can anyone let me in on the secret..?
I just want to add web links to mc buttons...
Cheers Nick
Hi Nick,
you need to have the mc embedded in a button, so that it responds to being clicked. Then, set an action on the button like so:
on (release) {
getURL("mywebsite.com");
}
Cool... they are embedded as buttons...
Is that all i need to put in...??