Results 1 to 3 of 3

Thread: Site Linking.

  1. #1
    Join Date
    Jun 2006
    Posts
    2,346
    Tokens
    2,596
    Habbo
    rnix

    Latest Awards:

    Default Site Linking.

    Hi, i just made (Well tried) a Site link button download it and comments please.

    HERE

    But how do i make it so when someone puts it on there site when someone clicks it goes to my site.

    Tnkz

    Correct section cause its web design not graphics well 1/2.
    forever the queen.

  2. #2
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:

    Default

    Gah FLA. Post the SWF file pls.

  3. #3
    Join Date
    Jul 2005
    Location
    Belgium
    Posts
    2,492
    Tokens
    147

    Latest Awards:

    Default

    Insert > new symbol > button

    you'll get a new timeline with
    UP OVER DOWN HIT or something like that

    leaver the first 3 frames blank and on the HIT frame put a rectangle over the full size of the button (this is the HIT-zone -> the space to click with your cursor).

    Go back to main scene (scene 1)

    click the button and hit F9 (or alt+F9 on mac)
    This will call up the actions window.
    in the actions window at top make sure it sais:
    Actions - button
    NOT Actions - Frame

    Then enter this:

    on (release) {
    getURL("http://www.mylink.com","_blank");
    }

    & save & export as .swf

    that should do the trick

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •