A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: a movie clip question

  1. #1
    Senior Member
    Join Date
    Oct 2003
    Location
    right here, right now
    Posts
    121

    a movie clip question

    hello all,

    I've got a scrolling list in a movie clip, which I want to link to different points on the timeline.
    each point will have details on the selected link.

    I have named each point in the action keyframes, including the stop action on that frame.

    How do a connect a link from the scroll list movie clip to the named keyframes??

    hop you can help

  2. #2
    Junior Member
    Join Date
    Dec 2004
    Posts
    5
    I think is something like this:
    code:

    on (release) {
    gotoAndPlay ("frame_label"); // or gotoAndStop("frame_label")
    }


  3. #3
    Senior Member
    Join Date
    Oct 2003
    Location
    right here, right now
    Posts
    121
    xark80, thanks for the reply.

    as all the links are text within the movie clip, I'm only able to put the link in the text property area

    don't know how i'd be able to do what you've suggested?

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