A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: How to add links to mc's...??

  1. #1
    Junior Member
    Join Date
    Jun 2007
    Posts
    22

    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

  2. #2
    Junior Member
    Join Date
    Jun 2007
    Posts
    10
    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");
    }

  3. #3
    Junior Member
    Join Date
    Jun 2007
    Posts
    22
    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
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center