|
-
How to add links to mc's...??
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...??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|