A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: How to make links inside a MovieClip (urgent)

  1. #1
    Junior Member
    Join Date
    Apr 2004
    Location
    mumbai. but now i m in jeddah,saudi arabia
    Posts
    22

    How to make links inside a MovieClip (urgent)

    DEAR FRND

    I DESPARATELY NEED HELP. I M WORKING ON A SITE I M FACING A PROBLEM IN GIVING LINKS INSIDE MOVIECLIPE

    I am attaching my sample file do let me know asap how can i give link.to LABELS on scene1

    Regards
    sarfaraz
    Attached Files Attached Files
    sarf

  2. #2
    Senior Member
    Join Date
    Jun 2001
    Posts
    250
    I have not opened your file but, here is the method used to point to a frame LABEL. Try one of these.

    gotoAndPlay("label name");
    OR
    this.gotoAndPlay("label name");
    OR
    _root.clipname._gotoAndPlay("label name");

  3. #3
    Member
    Join Date
    Apr 2005
    Location
    uk
    Posts
    69

    to the guy who likes SHOUTING :)

    Hi,

    here is your file with the first two buttons working

    you almost had it

    you had to refer to the _root not to sceen "a"

    and watch your frame labels - don't use numbers as lables

    have fun =D
    Attached Files Attached Files

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