Skip navigation
Currently Being Moderated

Weblink

Jul 13, 2012 3:45 AM

Dear All,

I am made a flash website slide show.

1) I have a top right 5 buttons.

2) How can i link a frame each otherer.

For eg: my slide show is running 3rd picture i want to go first picture.

How can i Link. Please help this. I have a Flash CS3, AS2

WEBLINK

 
Replies
  • Currently Being Moderated
    Jul 13, 2012 5:03 AM   in reply to manojb05

    If you want each button to go to a different frame, then assign code to each button.

     

    btn1.onRelease = function(){

        gotoAndStop("frame label for btn1");

    }

     

    That code will be placed in the timeline.

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 13, 2012 9:22 AM   in reply to manojb05

    I cannot evaluate the code beyond indicating it is coded correctly.  If it is working for you then you can conclude that yourself.

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 13, 2012 12:03 PM   in reply to manojb05

    You're welcome

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points